Updating the command for istio-remote generation (#3407)

This commit is contained in:
Yossi Mesika 2019-02-28 19:58:43 +02:00 committed by Martin Taillefer
parent 7e64896b6b
commit c9c7bd6dea
1 changed files with 3 additions and 2 deletions

View File

@ -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