Skip to content

Commit 208aae2

Browse files
authored
Update azure-csi-disk-storage-provision.md
1 parent 1d94257 commit 208aae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/azure-csi-disk-storage-provision.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For more information on Kubernetes volumes, see [Storage options for application
2525

2626
* You need an Azure [storage account][azure-storage-account].
2727
* Make sure you have Azure CLI version 2.0.59 or later installed and configured. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][install-azure-cli].
28-
* The Azure Disks CSI driver has a limit of 32 volumes per node. The volume count changes based on the size of the node/node pool. Run the [kubectl get][kubectl-get] command to determine the number of volumes that can be allocated per node:
28+
* The Azure Disk CSI driver has have a per-node volume limit. The volume count changes based on the size of the node/node pool. Run the [kubectl get][kubectl-get] command to determine the number of volumes that can be allocated per node:
2929

3030
```console
3131
kubectl get CSINode <nodename> -o yaml
@@ -71,7 +71,7 @@ Each AKS cluster includes four pre-created storage classes, two of them configur
7171
1. The *default* storage class provisions a standard SSD Azure Disk.
7272
* Standard storage is backed by Standard SSDs and delivers cost-effective storage while still delivering reliable performance.
7373
1. The *managed-csi-premium* storage class provisions a premium Azure Disk.
74-
* Premium disks are backed by SSD-based high-performance, low-latency disks. They're ideal for VMs running production workloads. When you use the Azure Disks CSI driver on AKS, you can also use the `managed-csi` storage class, which is backed by Standard SSD locally redundant storage (LRS).
74+
* Premium disks are backed by SSD-based high-performance, low-latency disks. They're ideal for VMs running production workloads. When you use the Azure Disk CSI driver on AKS, you can also use the `managed-csi` storage class, which is backed by Standard SSD locally redundant storage (LRS).
7575

7676
It's not supported to reduce the size of a PVC (to prevent data loss). You can edit an existing storage class using the `kubectl edit sc` command, or you can create your own custom storage class. For example, if you want to use a disk of size 4 TiB, you must create a storage class that defines `cachingmode: None` because [disk caching isn't supported for disks 4 TiB and larger][disk-host-cache-setting]. For more information about storage classes and creating your own storage class, see [Storage options for applications in AKS][storage-class-concepts].
7777

0 commit comments

Comments
 (0)