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
The node has reached its maximum disk capacity. In AKS, the number of disks per node depends on the VM size that's configured for the node pool.
206
206
207
-
### Solution: Use anotehr VM size with more disk limits
207
+
### Solution
208
208
209
-
To resolve the issue, we recommend that you use another VM size that supports more disks for the node.
209
+
To resolve the issue, use one of the following methods:
210
+
211
+
- Delete existing disks from the node.
212
+
- Scale the node pool.
213
+
- Add a new node pool with a VM size that supports more disk limit.
210
214
211
215
Additionally, make sure that the number of disks per node does not exceed the [Kubernetes default limits](https://kubernetes.io/docs/concepts/storage/storage-limits/#kubernetes-default-limits).
212
216
213
-
## More information
217
+
## More information
214
218
215
219
For more Azure Disk known issues, see [Azure disk plugin known issues](https://github.com/andyzhangx/demo/blob/master/issues/azuredisk-issues.md).
216
220
217
221
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]
0 commit comments