Skip to content

Commit a9a45c5

Browse files
Merge pull request #259956 from MGoedtel/task28793
Ref NFS Mount Options for AKS CSI Files driver
2 parents 3215548 + 7dd6225 commit a9a45c5

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

articles/aks/azure-files-csi.md

Lines changed: 3 additions & 7 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
ms.topic: article
55
ms.custom: devx-track-linux
6-
ms.date: 11/20/2023
6+
ms.date: 11/30/2023
77
---
88

99
# Use Azure Files Container Storage Interface (CSI) driver in Azure Kubernetes Service (AKS)
@@ -344,7 +344,7 @@ mountOptions:
344344

345345
### Create NFS file share storage class
346346

347-
Create a file named `nfs-sc.yaml` and copy the manifest below.
347+
Create a file named `nfs-sc.yaml` and copy the manifest below. For a list of supported `mountOptions`, see [NFS mount options][nfs-file-share-mount-options]
348348

349349
```yml
350350
apiVersion: storage.k8s.io/v1
@@ -491,10 +491,8 @@ The output of the commands resembles the following example:
491491
[nfs-overview]:/windows-server/storage/nfs/nfs-overview
492492
[kubectl-exec]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#exec
493493
[csi-specification]: https://github.com/container-storage-interface/spec/blob/master/spec.md
494-
[data-plane-api]: https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/azcore/internal/shared/shared.go
495494
[kubectl-apply]: https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#apply
496495

497-
498496
<!-- LINKS - internal -->
499497
[csi-drivers-overview]: csi-storage-drivers.md
500498
[azure-disk-csi]: azure-disk-csi.md
@@ -504,12 +502,10 @@ The output of the commands resembles the following example:
504502
[concepts-storage]: concepts-storage.md
505503
[node-resource-group]: faq.md#why-are-two-resource-groups-created-with-aks
506504
[storage-skus]: ../storage/common/storage-redundancy.md
507-
[storage-tiers]: ../storage/files/storage-files-planning.md#storage-tiers
508505
[private-endpoint-overview]: ../private-link/private-endpoint-overview.md
509506
[persistent-volume]: concepts-storage.md#persistent-volumes
510507
[share-snapshots-overview]: ../storage/files/storage-snapshots-files.md
511-
[access-tiers-overview]: ../storage/blobs/access-tiers-overview.md
512-
[tag-resources]: ../azure-resource-manager/management/tag-resources.md
513508
[statically-provision-a-volume]: azure-csi-files-storage-provision.md#statically-provision-a-volume
514509
[azure-private-endpoint-dns]: ../private-link/private-endpoint-dns.md#azure-services-dns-zone-configuration
515510
[azure-netapp-files-mount-options-best-practices]: ../azure-netapp-files/performance-linux-mount-options.md#rsize-and-wsize
511+
[nfs-file-share-mount-options]: ../storage/files/storage-files-how-to-mount-nfs-shares.md#mount-options

0 commit comments

Comments
 (0)