You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Follow this [link][expand-an-azure-managed-disk] to register the disk online resize feature.
289
289
>
290
290
> 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.
293
295
294
296
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.
295
297
@@ -431,6 +433,7 @@ The output of the command resembles the following example:
0 commit comments