Fixed stale filenames in the Kubernetes Quick Start. Replaced 'istio.yaml' with 'istio-demo.yaml' and 'istio-auth.yaml' with 'istio-demo-auth.yaml'. (#1720)

This commit is contained in:
duderino 2018-07-24 06:29:05 -07:00 committed by Martin Taillefer
parent 4773ac054a
commit f6aae3db69
1 changed files with 6 additions and 0 deletions

View File

@ -491,5 +491,11 @@ If you installed Istio with `istio-demo.yaml`:
$ kubectl delete -f install/kubernetes/istio-demo.yaml
{{< /text >}}
If you installed Istio with `istio-demo-auth.yaml`:
{{< text bash >}}
$ kubectl delete -f install/kubernetes/istio-demo-auth.yaml
{{< /text >}}
If you didn't install Istio with `istio.yaml`, follow the [uninstall Istio with
Helm](/docs/setup/kubernetes/helm-install/#uninstall) steps.