Skip to content

Commit 3429072

Browse files
authored
Fix typo and update solution methods.
1 parent 96cf046 commit 3429072

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

support/azure/azure-kubernetes/storage/fail-to-mount-azure-disk-volume.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,14 +204,19 @@ Warning FailedScheduling 25s default-scheduler 0/8 nodes are available: 8 node(
204204

205205
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.
206206

207-
### Solution: Use anotehr VM size with more disk limits
207+
### Solution
208208

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.
210214

211215
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).
212216

213-
## More information
217+
## More information
214218

215219
For more Azure Disk known issues, see [Azure disk plugin known issues](https://github.com/andyzhangx/demo/blob/master/issues/azuredisk-issues.md).
216220

217221
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]
222+

0 commit comments

Comments
 (0)