fix mc install step (#2957)

This commit is contained in:
paassdc 2018-12-08 04:33:41 +08:00 committed by Martin Taillefer
parent 9884bcb05d
commit bfefc6c2c8
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ the sample root certificates as the intermediate certificate.
{{< text bash >}}
$ helm template install/kubernetes/helm/istio --name istio --namespace istio-system \
-f install/kubernetes/helm/istio/values-istio-multicluster-gateways.yaml > $HOME/istio.yaml
$ kubectl create namespace istio-system
$ kubectl apply -f $HOME/istio.yaml
{{< /text >}}