You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kubernetes allows 39 volumes to be attached to a Node.
122
98
123
99
* On Azure, up to 64 disks can be attached to a node, depending on the node type. For more details, refer to [Sizes for virtual machines in Azure](https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes).
CSI drivers can dynamically adjust the maximum number of volumes that can be attached to a Node at runtime. This enhances scheduling accuracy and reduces pod scheduling failures due to changes in resource availability.
156
-
-->
157
-
CSI 驱动可以在运行时动态调整可以挂载到 Node 的最大卷数量。
158
-
这提高了调度准确性,并减少了由于资源可用性变化导致的 Pod 调度失败。
159
-
160
-
<!--
161
-
This is an alpha feature and is disabled by default.
162
129
163
130
To use this feature, you must enable the `MutableCSINodeAllocatableCount` feature gate on the following components:
Additionally, if a volume attachment operation fails with a `ResourceExhausted` error (gRPC code 8), Kubernetes triggers an immediate update to the allocatable volume count for that Node.
169
+
If a volume attachment operation fails with a `ResourceExhausted` error (gRPC code 8),
170
+
Kubernetes triggers an immediate update to the allocatable volume count for that Node.
171
+
Additionally, kubelet marks affected pods as Failed, allowing their controllers to
172
+
handle recreation. This prevents pods from getting stuck indefinitely in the
0 commit comments