fix vms gateway (#8369)

This commit is contained in:
Steven Landow 2020-10-26 14:14:49 -07:00 committed by GitHub
parent ec0bcb035b
commit 926bf3660e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ Install Istio and expose the control plane so that your virtual machine can acce
1. Expose the control plane using the provided sample configuration.
{{< text bash >}}
$ kubectl apply -f @samples/istiod-gateway/istiod-gateway.yaml@
$ kubectl apply -f @samples/multicluster/expose-istiod.yaml@
{{< /text >}}
## Configure the VM namespace
@ -249,7 +249,7 @@ Then, remove the Istio-sidecar package:
To uninstall Istio, run the following command:
{{< text bash >}}
$ kubectl delete -f @samples/istiod-gateway/istiod-gateway.yaml@
$ kubectl delete -f @samples/multicluster/expose-istiod.yaml@
$ istioctl manifest generate | kubectl delete -f -
{{< /text >}}