Skip to content

Commit 0fdf763

Browse files
committed
Add subshell note to multi-cluster README section
1 parent 0d12d44 commit 0fdf763

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
@@ -101,6 +101,12 @@ MAIN_IMAGE_TAG=4.9.2 ./roxie deploy central
101101
--ca-cert-file=/tmp/roxie-ca-cert.pem
102102
```
103103

104+
> **Note:** The Central endpoint is printed during deployment. If you are in the roxie subshell,
105+
> `API_ENDPOINT`, `ROX_ADMIN_PASSWORD`, and `ROX_CA_CERT_FILE` are already set, so you can run:
106+
> ```bash
107+
> ./roxie deploy secured-cluster --central-endpoint=$API_ENDPOINT
108+
> ```
109+
104110
## Development
105111
106112
Enter the dev shell:

0 commit comments

Comments
 (0)