mirror of https://github.com/istio/istio.io.git
Add verification steps for CRDs. (#3335)
* Update index.md * Update from 56 to 58 * Add output
This commit is contained in:
parent
d86c29ec65
commit
ccd95b993c
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue