remove not needed install (#3116)

thanks to @frankbu for catching this.
This commit is contained in:
Lin Sun 2019-01-21 15:24:56 -05:00 committed by istio-bot
parent 1c1242ffc4
commit 6e1ce04ba4
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ The following commands have relative references in the Istio directory. You must
the Kubernetes API server:
{{< text bash >}}
$ for i in install install/kubernetes/helm/istio-init/files/crd*yaml; do kubectl apply -f $i; done
$ for i in install/kubernetes/helm/istio-init/files/crd*yaml; do kubectl apply -f $i; done
{{< /text >}}
1. Render Istio's core components to a Kubernetes manifest called `istio.yaml`: