From 60433fcf574af1bd7958b2d4f25b20f7360a7b80 Mon Sep 17 00:00:00 2001 From: zzde Date: Mon, 11 Nov 2019 13:55:53 +0800 Subject: [PATCH] zh-translation:content/zh/docs/reference/glossary/crds.md (#5546) * zh-translation:/reference/glossary/crds.md * update CRDS -> CRD * fix title --- content/zh/docs/reference/glossary/crds.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/zh/docs/reference/glossary/crds.md b/content/zh/docs/reference/glossary/crds.md index 26978a3257..43b53dd716 100644 --- a/content/zh/docs/reference/glossary/crds.md +++ b/content/zh/docs/reference/glossary/crds.md @@ -2,6 +2,5 @@ title: CRDs --- -[Custom resource definitions (CRDs)](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) -are extensions of the default Kubernetes API. Istio uses the Kubernetes CRD API for -configuration, even for non-Kubernetes Istio deployments. +[自定义资源定义 (CRD)](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) +是默认的 Kubernetes API 扩展。Istio 使用 Kubernetes CRD API 来配置,即使是非 Kubernetes 环境下部署的 Istio。