mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-22 15:30:34 +00:00
Update SUBMARINER_BROKER_URL to use https endpoint
Normally in a vanilla kubernetes deployment, there is a single endpoint for kubernetes. However, in some deployments (like OpenShift), there could be multiple endpoints. This patch updates the SUBMARINER_BROKER_URL to use the appropriate "https" endpoint.
This commit is contained in:
@@ -2,7 +2,7 @@ The Submariner Kubernetes Broker is now setup.
|
|||||||
|
|
||||||
You can retrieve the server URL by running
|
You can retrieve the server URL by running
|
||||||
|
|
||||||
$ SUBMARINER_BROKER_URL=$(kubectl -n default get endpoints kubernetes -o jsonpath="{.subsets[0].addresses[0].ip}:{.subsets[0].ports[0].port}")
|
$ SUBMARINER_BROKER_URL=$(kubectl -n default get endpoints kubernetes -o jsonpath="{.subsets[0].addresses[0].ip}:{.subsets[0].ports[?(@.name=='https')].port}")
|
||||||
|
|
||||||
The broker client token and CA can be retrieved by running
|
The broker client token and CA can be retrieved by running
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user