Skip to content

Commit 31a0cfc

Browse files
committed
Add subshell note to multi-cluster README section
1 parent a0ffb80 commit 31a0cfc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ MAIN_IMAGE_TAG=4.9.2 ./roxie deploy central
106106
--ca-cert-file=/tmp/roxie-ca-cert.pem
107107
```
108108

109+
> **Note:** The Central endpoint is printed during deployment. If you are in the roxie subshell,
110+
> `API_ENDPOINT`, `ROX_ADMIN_PASSWORD`, and `ROX_CA_CERT_FILE` are already set, so you can run:
111+
> ```bash
112+
> ./roxie deploy secured-cluster --central-endpoint=$API_ENDPOINT
113+
> ```
114+
109115
## Development
110116
111117
Enter the dev shell:

0 commit comments

Comments
 (0)