zh: add content_zh/boilerplates/verify-crds.md (#3825)

This commit is contained in:
SataQiu 2019-03-23 10:09:39 +08:00 committed by istio-bot
parent b5983522ac
commit 0e9654ebbd
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
使用以下命令验证所有的 `53` 个 Istio CRD 都已被成功提交到 Kubernetes api-server
{{< warning >}}
如果启用了 cert-manager则 CRD 的数量应改为 `58`
{{< /warning >}}
{{< text bash >}}
$ kubectl get crds | grep 'istio.io\|certmanager.k8s.io' | wc -l
53
{{< /text >}}