diff --git a/content/zh/docs/concepts/storage/storage-limits.md b/content/zh/docs/concepts/storage/storage-limits.md index 14ffd377a6..6943ba3ed6 100644 --- a/content/zh/docs/concepts/storage/storage-limits.md +++ b/content/zh/docs/concepts/storage/storage-limits.md @@ -16,22 +16,21 @@ content_type: concept - + 此页面描述了各个云供应商可关联至一个节点的最大卷数。 - - +waiting for volumes to attach. +--> 谷歌、亚马逊和微软等云供应商通常对可以关联到节点的卷数量进行限制。 Kubernetes 需要尊重这些限制。 否则,在节点上调度的 Pod 可能会卡住去等待卷的关联。 - - - - - ## Kubernetes 的默认限制 The Kubernetes 调度器对关联于一个节点的卷数有默认限制: @@ -73,20 +71,18 @@ the limit you set. The limit applies to the entire cluster, so it affects all Nodes. --> - ## 自定义限制 -您可以通过设置 `KUBE_MAX_PD_VOLS` 环境变量的值来设置这些限制,然后再启动调度器。 +你可以通过设置 `KUBE_MAX_PD_VOLS` 环境变量的值来设置这些限制,然后再启动调度器。 CSI 驱动程序可能具有不同的过程,关于如何自定义其限制请参阅相关文档。 -如果设置的限制高于默认限制,请谨慎使用。请参阅云提供商的文档以确保节点可支持您设置的限制。 +如果设置的限制高于默认限制,请谨慎使用。请参阅云提供商的文档以确保节点可支持你设置的限制。 此限制应用于整个集群,所以它会影响所有节点。 - ## 动态卷限制 {{< feature-state state="stable" for_k8s_version="v1.17" >}} @@ -99,7 +95,6 @@ Dynamic volume limits are supported for following volume types. - Azure Disk - CSI --> - 以下卷类型支持动态卷限制。 - Amazon EBS @@ -111,7 +106,6 @@ Dynamic volume limits are supported for following volume types. For volumes managed by in-tree volume plugins, Kubernetes automatically determines the Node type and enforces the appropriate maximum number of volumes for the node. For example: --> - 对于由内建插件管理的卷,Kubernetes 会自动确定节点类型并确保节点上可关联的卷数目合规。 例如: - * 在 Google Compute Engine环境中, [根据节点类型](https://cloud.google.com/compute/docs/disks/#pdnumberlimits)最多可以将127个卷关联到节点。