You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/azure-files-csi.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
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
ms.topic: article
5
5
ms.custom: devx-track-linux
6
-
ms.date: 11/20/2023
6
+
ms.date: 11/30/2023
7
7
---
8
8
9
9
# Use Azure Files Container Storage Interface (CSI) driver in Azure Kubernetes Service (AKS)
@@ -344,7 +344,7 @@ mountOptions:
344
344
345
345
### Create NFS file share storage class
346
346
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]
348
348
349
349
```yml
350
350
apiVersion: storage.k8s.io/v1
@@ -491,10 +491,8 @@ The output of the commands resembles the following example:
0 commit comments