Skip to content

Commit 551256c

Browse files
authored
Merge pull request #179121 from andyzhangx/patch-30
Update azure-files-csi.md
2 parents 0226e79 + e89562e commit 551256c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/aks/azure-files-csi.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Container Storage Interface (CSI) drivers for Azure Files on Azure Ku
33
description: Learn how to use the Container Storage Interface (CSI) drivers for Azure Files in an Azure Kubernetes Service (AKS) cluster.
44
services: container-service
55
ms.topic: article
6-
ms.date: 08/27/2020
6+
ms.date: 11/09/2021
77
author: palma21
88

99
---
@@ -254,7 +254,10 @@ kubectl apply -f private-pvc.yaml
254254

255255
[Azure Files supports the NFS v4.1 protocol](../storage/files/storage-files-how-to-create-nfs-shares.md). NFS 4.1 support for Azure Files provides you with a fully managed NFS file system as a service built on a highly available and highly durable distributed resilient storage platform.
256256

257-
This option is optimized for random access workloads with in-place data updates and provides full POSIX file system support. This section shows you how to use NFS shares with the Azure File CSI driver on an AKS cluster.
257+
This option is optimized for random access workloads with in-place data updates and provides full POSIX file system support. This section shows you how to use NFS shares with the Azure File CSI driver on an AKS cluster.
258+
259+
> [!NOTE]
260+
> Make sure cluster `Control plane` identity(with name `AKS Cluster Name`) has `Contributor` permission on vnet resource group.
258261
259262
### Create NFS file share storage class
260263

0 commit comments

Comments
 (0)