35 lines
791 B
Markdown
35 lines
791 B
Markdown
---
|
|
# Removed from Kubernetes
|
|
title: AttachVolumeLimit
|
|
content_type: feature_gate
|
|
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.11"
|
|
toVersion: "1.11"
|
|
- stage: beta
|
|
defaultValue: true
|
|
fromVersion: "1.12"
|
|
toVersion: "1.16"
|
|
- stage: stable
|
|
defaultValue: true
|
|
fromVersion: "1.17"
|
|
toVersion: "1.21"
|
|
|
|
removed: true
|
|
---
|
|
|
|
<!--
|
|
Enable volume plugins to report limits on number of volumes
|
|
that can be attached to a node.
|
|
See [dynamic volume limits](/docs/concepts/storage/storage-limits/#dynamic-volume-limits)
|
|
for more details.
|
|
-->
|
|
启用卷插件用于报告可连接到节点的卷数限制。
|
|
更多细节参阅[动态卷限制](/zh-cn/docs/concepts/storage/storage-limits/#dynamic-volume-limits)。
|