From 39c6521f1b8dc505be98a2d101ebc96e96cd199a Mon Sep 17 00:00:00 2001 From: jiajie Date: Thu, 17 Dec 2020 16:07:56 +0800 Subject: [PATCH] Update storage-capacity.md [zh] remove broken link to CSIStorageCapacity in API reference --- content/zh/docs/concepts/storage/storage-capacity.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/zh/docs/concepts/storage/storage-capacity.md b/content/zh/docs/concepts/storage/storage-capacity.md index c5911f0154..b22847c24b 100644 --- a/content/zh/docs/concepts/storage/storage-capacity.md +++ b/content/zh/docs/concepts/storage/storage-capacity.md @@ -40,7 +40,7 @@ Pod 调度到能够访问到足够存储容量的节点上。 ## API There are two API extensions for this feature: -- [CSIStorageCapacity](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#csistoragecapacity-v1alpha1-storage-k8s-io) objects: +- CSIStorageCapacity objects: these get produced by a CSI driver in the namespace where the driver is installed. Each object contains capacity information for one storage class and defines which nodes have @@ -52,8 +52,7 @@ There are two API extensions for this feature: ## API 这个特性有两个 API 扩展接口: -- [CSIStorageCapacity](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#csistoragecapacity-v1alpha1-storage-k8s-io) - 对象:这些对象由 CSI 驱动程序在安装驱动程序的命名空间中产生。 +- CSIStorageCapacity 对象:这些对象由 CSI 驱动程序在安装驱动程序的命名空间中产生。 每个对象都包含一个存储类的容量信息,并定义哪些节点可以访问该存储。 - [`CSIDriverSpec.StorageCapacity` 字段](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#csidriverspec-v1-storage-k8s-io): 设置为 true 时,Kubernetes 调度程序将考虑使用 CSI 驱动程序的卷的存储容量。