zh: update get crd number script (#4958)

This commit is contained in:
Jimmy Song 2019-09-12 16:22:56 +08:00 committed by Istio Automation
parent 7fbeb7358b
commit b6242cce55
1 changed files with 2 additions and 6 deletions

View File

@ -1,10 +1,6 @@
使用以下命令验证所有 `23` 个 Istio CRD 是否已提交到 Kubernetes api-server
{{< warning >}}
如果启用了 cert-manager则 CRD 个数将为 `28` 个。
{{< /warning >}}
{{< text bash >}}
$ kubectl get crds | grep 'istio.io\|certmanager.k8s.io' | wc -l
$ kubectl get crds | grep 'istio.io' | wc -l
23
{{< /text >}}
{{< /text >}}