Skip to content

Commit 9a3d928

Browse files
Merge pull request #209116 from andyzhangx/patch-55
update CSI driver doc
2 parents 60a7c0a + a53ad32 commit 9a3d928

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

articles/aks/azure-csi-blob-storage-dynamic.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,6 @@ In this example, the following manifest configures mounting a Blob storage conta
165165
protocol: nfs
166166
tags: environment=Development
167167
volumeBindingMode: Immediate
168-
mountOptions:
169-
- nconnect=8 # only supported on linux kernel version >= 5.3
170168
```
171169

172170
2. Create the storage class with the [kubectl apply][kubectl-apply] command:
@@ -256,4 +254,4 @@ In this example, the following manifest configures using blobfuse and mount a Bl
256254
[azure-csi-blob-storage-static]: azure-csi-blob-storage-static.md
257255
[blob-storage-csi-driver]: azure-blob-csi.md
258256
[azure-blob-storage-nfs-support]: ../storage/blobs/network-file-system-protocol-support.md
259-
[enable-blob-csi-driver]: azure-blob-csi.md#before-you-begin
257+
[enable-blob-csi-driver]: azure-blob-csi.md#before-you-begin

articles/aks/azure-csi-blob-storage-static.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ The following example demonstrates how to mount a Blob storage container as a pe
9595
- ReadWriteMany
9696
persistentVolumeReclaimPolicy: Retain # If set as "Delete" container would be removed after pvc deletion
9797
storageClassName: azureblob-nfs-premium
98-
mountOptions:
99-
- nconnect=8 # only supported on linux kernel version >= 5.3
10098
csi:
10199
driver: blob.csi.azure.com
102100
readOnly: false
@@ -304,4 +302,4 @@ The following YAML creates a pod that uses the persistent volume or persistent v
304302
[az-aks-show]: /cli/azure/aks#az-aks-show
305303
[manage-blob-storage]: ../storage/blobs/blob-containers-cli.md
306304
[azure-blob-storage-nfs-support]: ../storage/blobs/network-file-system-protocol-support.md
307-
[enable-blob-csi-driver]: azure-blob-csi.md#before-you-begin
305+
[enable-blob-csi-driver]: azure-blob-csi.md#before-you-begin

articles/aks/azure-disk-csi.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ In addition to in-tree driver features, Azure Disks CSI driver supports the foll
3939
|Name | Meaning | Available Value | Mandatory | Default value
4040
|--- | --- | --- | --- | ---
4141
|skuName | Azure Disks storage account type (alias: `storageAccountType`)| `Standard_LRS`, `Premium_LRS`, `StandardSSD_LRS`, `UltraSSD_LRS`, `Premium_ZRS`, `StandardSSD_ZRS` | No | `StandardSSD_LRS`|
42-
|kind | Managed or unmanaged (blob based) disk | `managed` (`dedicated` and `shared` are deprecated) | No | `managed`|
4342
|fsType | File System Type | `ext4`, `ext3`, `ext2`, `xfs`, `btrfs` for Linux, `ntfs` for Windows | No | `ext4` for Linux, `ntfs` for Windows|
4443
|cachingMode | [Azure Data Disk Host Cache Setting](../virtual-machines/windows/premium-storage-performance.md#disk-caching) | `None`, `ReadOnly`, `ReadWrite` | No | `ReadOnly`|
4544
|location | Specify Azure region where Azure Disks will be created | `eastus`, `westus`, etc. | No | If empty, driver will use the same location name as current AKS cluster|

0 commit comments

Comments
 (0)