Add verification steps for CRDs. (#3335)

* Update index.md

* Update from 56 to 58

* Add output
This commit is contained in:
Andra Cismaru 2019-02-22 05:30:30 -08:00 committed by istio-bot
parent d86c29ec65
commit ccd95b993c
1 changed files with 10 additions and 1 deletions

View File

@ -94,6 +94,15 @@ Choose this option if your cluster doesn't have [Tiller](https://github.com/kube
{{< /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 `58` for Istio:
{{< text bash >}}
$ kubectl get crds | grep 'istio.io\|certmanager.k8s.io' | wc -l
58
{{< /text >}}
1. Render and apply Istio's core components:
{{< text bash >}}
@ -158,7 +167,7 @@ that Istio uses are instantiated. Verify that the number of total CRDs created
{{< text bash >}}
$ kubectl get crds | grep 'istio.io\|certmanager.k8s.io' | wc -l
58
{{< /text >}}
1. Install the `istio` chart: