We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e268730 commit eec5986Copy full SHA for eec5986
articles/aks/azure-files-csi.md
@@ -3,7 +3,7 @@ title: Use Container Storage Interface (CSI) drivers for Azure Files on Azure Ku
3
description: Learn how to use the Container Storage Interface (CSI) drivers for Azure Files in an Azure Kubernetes Service (AKS) cluster.
4
services: container-service
5
ms.topic: article
6
-ms.date: 12/10/2021
+ms.date: 03/22/2021
7
author: palma21
8
9
---
@@ -276,8 +276,11 @@ kind: StorageClass
276
metadata:
277
name: azurefile-csi-nfs
278
provisioner: file.csi.azure.com
279
+allowVolumeExpansion: true
280
parameters:
281
protocol: nfs
282
+mountOptions:
283
+ - nconnect=8
284
```
285
286
After editing and saving the file, create the storage class with the [kubectl apply][kubectl-apply] command:
0 commit comments