mirror of https://github.com/istio/istio.io.git
Updating the command for istio-remote generation (#3407)
This commit is contained in:
parent
7e64896b6b
commit
c9c7bd6dea
|
@ -135,8 +135,9 @@ $ kubectl get pods -n istio-system
|
|||
1. Generate remote cluster manifest:
|
||||
|
||||
{{< text bash >}}
|
||||
$ helm template install/kubernetes/helm/istio-remote --namespace istio-system \
|
||||
--name istio-remote \
|
||||
$ helm template install/kubernetes/helm/istio \
|
||||
--namespace istio-system --name istio-remote \
|
||||
--values install/kubernetes/helm/istio/values-istio-remote.yaml \
|
||||
--set global.remotePilotAddress=${PILOT_POD_IP} \
|
||||
--set global.remotePolicyAddress=${POLICY_POD_IP} \
|
||||
--set global.remoteTelemetryAddress=${TELEMETRY_POD_IP} > $HOME/istio-remote.yaml
|
||||
|
|
Loading…
Reference in New Issue