diff --git a/content/zh/docs/concepts/overview/kubernetes-api.md b/content/zh/docs/concepts/overview/kubernetes-api.md index 9a40a3b74b..6a4730b2ea 100644 --- a/content/zh/docs/concepts/overview/kubernetes-api.md +++ b/content/zh/docs/concepts/overview/kubernetes-api.md @@ -2,6 +2,8 @@ title: Kubernetes API content_type: concept weight: 30 +description: > + Kubernetes API 使您可以查询和操纵 Kubernetes 中对象的状态。Kubernetes 控制平面的核心是 API 服务器和它暴露的 HTTP API。 用户,集群的不同部分以及外部组件都通过 API 服务器相互通信。 card: name: concepts weight: 30 @@ -270,5 +272,3 @@ Individual resource enablement/disablement is only supported in the `extensions/ 出于遗留原因,仅在 `extensions / v1beta1` API 组中支持各个资源的启用/禁用。 {{< /note >}} - -