Skip to content

Commit 0001962

Browse files
authored
Merge pull request #207688 from andyzhangx/patch-54
Update azure-disk-csi.md
2 parents 897f328 + b6afc75 commit 0001962

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/aks/azure-disk-csi.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,12 +284,14 @@ test.txt
284284
## Resize a persistent volume without downtime (Preview)
285285

286286
> [!IMPORTANT]
287-
> Azure Disks CSI driver supports resizing PVCs without downtime.
287+
> Azure Disks CSI driver supports expanding PVCs without downtime (Preview).
288288
> Follow this [link][expand-an-azure-managed-disk] to register the disk online resize feature.
289289
>
290290
> az feature register --namespace Microsoft.Compute --name LiveResize
291-
292-
291+
>
292+
> az feature show --namespace Microsoft.Compute --name LiveResize
293+
>
294+
> Follow this [link][expand-pvc-with-downtime] to expand PVCs **with** downtime if you cannot try preview feature.
293295

294296
You can request a larger volume for a PVC. Edit the PVC object, and specify a larger size. This change triggers the expansion of the underlying volume that backs the PV.
295297

@@ -431,6 +433,7 @@ The output of the command resembles the following example:
431433
[managed-disk-pricing-performance]: https://azure.microsoft.com/pricing/details/managed-disks/
432434
[csi-driver-parameters]: https://github.com/kubernetes-sigs/azuredisk-csi-driver/blob/master/docs/driver-parameters.md
433435
[create-burstable-storage-class]: https://github.com/Azure-Samples/burstable-managed-csi-premium
436+
[expand-pvc-with-downtime]: https://github.com/kubernetes-sigs/azuredisk-csi-driver/blob/master/docs/known-issues/sizegrow.md
434437

435438
<!-- LINKS - internal -->
436439
[azure-disk-volume]: azure-disk-volume.md

0 commit comments

Comments
 (0)