Skip to content

Commit e9e236c

Browse files
Merge pull request #220530 from andyzhangx/patch-58
remove nconnect mount option in nfs sc
2 parents 664ba6b + dafd47d commit e9e236c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/aks/azure-files-csi.md

Lines changed: 2 additions & 4 deletions
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
services: container-service
55
ms.topic: article
6-
ms.date: 12/02/2022
6+
ms.date: 12/06/2022
77
author: palma21
88

99
---
@@ -360,8 +360,6 @@ provisioner: file.csi.azure.com
360360
allowVolumeExpansion: true
361361
parameters:
362362
protocol: nfs
363-
mountOptions:
364-
- nconnect=8
365363
```
366364
367365
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:
495493
[share-snapshots-overview]: ../storage/files/storage-snapshots-files.md
496494
[zrs-account-type]: ../storage/common/storage-redundancy.md#zone-redundant-storage
497495
[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

0 commit comments

Comments
 (0)