mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-21 02:10:34 +00:00
Merge pull request #1 from sridhargaddam/fix-submariner-broker-url
Update SUBMARINER_BROKER_URL to use 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
|
||||
|
||||
$ 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user