This commit is contained in:
Maria Skidanova 2019-02-21 12:02:39 -08:00 committed by Martin Taillefer
parent 3239fa5cb7
commit d6bee371f7
2 changed files with 2 additions and 2 deletions

View File

@ -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 >}}

View File

@ -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