Skip to content

Commit 2a2bb20

Browse files
authored
Merge pull request #77263 from iainfoulds/patch-4
[AKS] Add information on volume resizing
2 parents 83e699e + 5ef4895 commit 2a2bb20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Each AKS cluster includes two pre-created storage classes, both configured to wo
3737
* Standard storage is backed by HDDs, and delivers cost-effective storage while still being performant. Standard disks are ideal for a cost effective dev and test workload.
3838
* The *managed-premium* storage class provisions a premium Azure disk.
3939
* 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.
40+
41+
These default storage classes don't allow you to update the volume size once created. To enable this ability, add the *allowVolumeExpansion: true* line to one of the default storage classes, or create you own custom storage class. You can edit an existing storage class using the `kubectl edit sc` command. For more information on storage classes and creating youor own, see [Storage options for applications in AKS][storage-class-concepts].
4042

4143
Use the [kubectl get sc][kubectl-get] command to see the pre-created storage classes. The following example shows the pre-create storage classes available within an AKS cluster:
4244

@@ -277,3 +279,4 @@ Learn more about Kubernetes persistent volumes using Azure disks.
277279
[install-azure-cli]: /cli/azure/install-azure-cli
278280
[operator-best-practices-storage]: operator-best-practices-storage.md
279281
[concepts-storage]: concepts-storage.md
282+
[storage-class-concepts]: concepts-storage.md#storage-classes

0 commit comments

Comments
 (0)