Skip to content

Commit ee519ba

Browse files
committed
Update Az-files-csi
1 parent 405238c commit ee519ba

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

articles/aks/azure-files-csi.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Container Storage Interface (CSI) driver for Azure Files on Azure Kub
33
description: Learn how to use the Container Storage Interface (CSI) driver for Azure Files in an Azure Kubernetes Service (AKS) cluster.
44
ms.topic: article
55
ms.custom: devx-track-linux
6-
ms.date: 11/30/2023
6+
ms.date: 01/11/2024
77
---
88

99
# Use Azure Files Container Storage Interface (CSI) driver in Azure Kubernetes Service (AKS)
@@ -193,6 +193,8 @@ You can request a larger volume for a PVC. Edit the PVC object, and specify a la
193193

194194
> [!NOTE]
195195
> A new PV is never created to satisfy the claim. Instead, an existing volume is resized.
196+
>
197+
> Shrinking persistent volumes is currently not supported.
196198
197199
In AKS, the built-in `azurefile-csi` storage class already supports expansion, so use the [PVC created earlier with this storage class](#dynamically-create-azure-files-pvs-by-using-the-built-in-storage-classes). The PVC requested a 100 GiB file share. We can confirm that by running:
198200

0 commit comments

Comments
 (0)