Update links (#7170)

This commit is contained in:
Eric Van Norman 2020-04-28 09:25:42 -05:00 committed by GitHub
parent 46d65cef33
commit acb51ca7f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ Cross-cluster communication occurs over the Istio gateways of the respective clu
{{< text bash >}}
$ istioctl manifest apply \
-f install/kubernetes/operator/examples/multicluster/values-istio-multicluster-gateways.yaml
-f manifests/examples/multicluster/values-istio-multicluster-gateways.yaml
{{< /text >}}
For further details and customization options, refer to the
@ -542,7 +542,7 @@ Uninstall Istio by running the following commands on **every cluster**:
{{< text bash >}}
$ istioctl manifest generate \
-f install/kubernetes/operator/examples/multicluster/values-istio-multicluster-gateways.yaml \
-f manifests/examples/multicluster/values-istio-multicluster-gateways.yaml \
| kubectl delete -f -
{{< /text >}}