File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ title: Use Container Storage Interface (CSI) driver for Azure Files on Azure Kub
3
3
description : Learn how to use the Container Storage Interface (CSI) driver for Azure Files in an Azure Kubernetes Service (AKS) cluster.
4
4
services : container-service
5
5
ms.topic : article
6
- ms.date : 12/02 /2022
6
+ ms.date : 12/06 /2022
7
7
author : palma21
8
8
9
9
---
@@ -360,8 +360,6 @@ provisioner: file.csi.azure.com
360
360
allowVolumeExpansion : true
361
361
parameters :
362
362
protocol : nfs
363
- mountOptions :
364
- - nconnect=8
365
363
` ` `
366
364
367
365
After editing and saving the file, create the storage class with the [kubectl apply][kubectl-apply] command:
@@ -495,4 +493,4 @@ The output of the commands resembles the following example:
495
493
[ share-snapshots-overview ] : ../storage/files/storage-snapshots-files.md
496
494
[ zrs-account-type ] : ../storage/common/storage-redundancy.md#zone-redundant-storage
497
495
[ access-tiers-overview ] : ../storage/blobs/access-tiers-overview.md
498
- [ tag-resources ] : ../azure-resource-manager/management/tag-resources.md
496
+ [ tag-resources ] : ../azure-resource-manager/management/tag-resources.md
You can’t perform that action at this time.
0 commit comments