mirror of https://github.com/istio/istio.io.git
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:
parent
4773ac054a
commit
f6aae3db69
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue