mirror of https://github.com/istio/istio.io.git
crd do not need namespace. (#2032)
This commit is contained in:
parent
8461ec14f5
commit
0e5068f1b9
|
|
@ -41,7 +41,7 @@ plane and the sidecars for the Istio data plane.
|
|||
via `kubectl apply`, and wait a few seconds for the CRDs to be committed in the kube-apiserver:
|
||||
|
||||
{{< text bash >}}
|
||||
$ kubectl apply -f install/kubernetes/helm/istio/templates/crds.yaml -n istio-system
|
||||
$ kubectl apply -f install/kubernetes/helm/istio/templates/crds.yaml
|
||||
{{< /text >}}
|
||||
|
||||
1. Choose one of the following two
|
||||
|
|
|
|||
Loading…
Reference in New Issue