Skip to content

Commit eec5986

Browse files
authored
Update azure-files-csi.md
1 parent e268730 commit eec5986

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/aks/azure-files-csi.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Container Storage Interface (CSI) drivers for Azure Files on Azure Ku
33
description: Learn how to use the Container Storage Interface (CSI) drivers for Azure Files in an Azure Kubernetes Service (AKS) cluster.
44
services: container-service
55
ms.topic: article
6-
ms.date: 12/10/2021
6+
ms.date: 03/22/2021
77
author: palma21
88

99
---
@@ -276,8 +276,11 @@ kind: StorageClass
276276
metadata:
277277
name: azurefile-csi-nfs
278278
provisioner: file.csi.azure.com
279+
allowVolumeExpansion: true
279280
parameters:
280281
protocol: nfs
282+
mountOptions:
283+
- nconnect=8
281284
```
282285
283286
After editing and saving the file, create the storage class with the [kubectl apply][kubectl-apply] command:

0 commit comments

Comments
 (0)