Skip to content

Commit 8c797bd

Browse files
committed
Resolving GitIssue regarding allowing volume expansion and differences between managed-premium and managed-csi-premium
1 parent abc8726 commit 8c797bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ Each AKS cluster includes four pre-created storage classes, two of them configur
7373
* The *default* storage class provisions a standard SSD Azure Disk.
7474
* Standard storage is backed by Standard SSDs and delivers cost-effective storage while still delivering reliable performance.
7575
* The *managed-csi-premium* storage class provisions a premium Azure Disk.
76-
* Premium disks are backed by SSD-based high-performance, low-latency disk. Perfect for VMs running production workload. If the AKS nodes in your cluster use premium storage, select the *managed-premium* class.
77-
78-
If you use one of the default storage classes, you can't update the volume size after the storage class is created. To be able to update the volume size after a storage class is created, add the line `allowVolumeExpansion: true` to one of the default storage classes, or you can create your own custom storage class. It's not supported to reduce the size of a PVC (to prevent data loss). You can edit an existing storage class by using the `kubectl edit sc` command.
76+
* 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).
77+
78+
It's not supported to reduce the size of a PVC (to prevent data loss). You can edit an existing storage class by using the `kubectl edit sc` command, or you can create your own custom storage class.
7979

8080
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].
8181

0 commit comments

Comments
 (0)