Skip to content

Commit 4faaf05

Browse files
committed
edits
1 parent bd9ef0b commit 4faaf05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/aks/azure-disk-volume.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you want to interact with Azure disks on an AKS cluster with 1.20 or previous
2727
The Azure Disks CSI driver has a limit of 32 volumes per node. The volume count will change based on the size of the node/node pool. Run the following command to determine the number of volumes that can be allocated per node:
2828

2929
```console
30-
kubectl get CSINode aks-mlrg-34603364-vmss000000 -o yaml
30+
kubectl get CSINode <nodename> -o yaml
3131
```
3232

3333
## Storage class static provisioning

articles/aks/azure-disks-dynamic-pv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You also need the Azure CLI version 2.0.59 or later installed and configured. Ru
2828
The Azure Disks CSI driver has a limit of 32 volumes per node. The volume count will change based on the size of the node/node pool. Run the following command to determine the number of volumes that can be allocated per node:
2929

3030
```console
31-
kubectl get CSINode aks-mlrg-34603364-vmss000000 -o yaml
31+
kubectl get CSINode <nodename> -o yaml
3232
```
3333

3434
## Built-in storage classes

0 commit comments

Comments
 (0)