mirror of https://github.com/istio/istio.io.git
fix mc install step (#2957)
This commit is contained in:
parent
9884bcb05d
commit
bfefc6c2c8
|
|
@ -64,7 +64,6 @@ the sample root certificates as the intermediate certificate.
|
||||||
{{< text bash >}}
|
{{< text bash >}}
|
||||||
$ helm template install/kubernetes/helm/istio --name istio --namespace istio-system \
|
$ helm template install/kubernetes/helm/istio --name istio --namespace istio-system \
|
||||||
-f install/kubernetes/helm/istio/values-istio-multicluster-gateways.yaml > $HOME/istio.yaml
|
-f install/kubernetes/helm/istio/values-istio-multicluster-gateways.yaml > $HOME/istio.yaml
|
||||||
$ kubectl create namespace istio-system
|
|
||||||
$ kubectl apply -f $HOME/istio.yaml
|
$ kubectl apply -f $HOME/istio.yaml
|
||||||
{{< /text >}}
|
{{< /text >}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue