mirror of https://github.com/istio/istio.io.git
More Crds (#3341)
This commit is contained in:
parent
3239fa5cb7
commit
d6bee371f7
|
|
@ -153,7 +153,7 @@ to manage the lifecycle of Istio.
|
|||
{{< /text >}}
|
||||
|
||||
1. To verify all Istio's CRDs were committed in the Kubernetes api-server, check that all CRDs
|
||||
that Istio uses are instantiated. Verify that the number of total CRDs created was `56` for Istio:
|
||||
that Istio uses are instantiated. Verify that the number of total CRDs created was `58` for Istio:
|
||||
|
||||
{{< text bash >}}
|
||||
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ to manage the lifecycle of Istio.
|
|||
$ helm install install/kubernetes/helm/istio-init --name istio-init --namespace istio-system
|
||||
{{< /text >}}
|
||||
|
||||
1. To verify all Istio's CRDs were committed in the Kubernetes api-server, check the number of CRDs with the specified suffix with the following command. Verify that the number of total CRDs created was `56` for Istio:
|
||||
1. To verify all Istio's CRDs were committed in the Kubernetes api-server, check the number of CRDs with the specified suffix with the following command. Verify that the number of total CRDs created was `58` for Istio:
|
||||
|
||||
{{< text bash >}}
|
||||
$ kubectl get crds | grep 'istio.io\|certmanager.k8s.io' | wc -l
|
||||
|
|
|
|||
Loading…
Reference in New Issue