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-disk-csi.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,6 @@ In addition to in-tree driver features, Azure Disks CSI driver supports the foll
39
39
|Name | Meaning | Available Value | Mandatory | Default value
40
40
|--- | --- | --- | --- | ---
41
41
|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`|
43
42
|fsType | File System Type |`ext4`, `ext3`, `ext2`, `xfs`, `btrfs` for Linux, `ntfs` for Windows | No |`ext4` for Linux, `ntfs` for Windows|
44
43
|cachingMode |[Azure Data Disk Host Cache Setting](../virtual-machines/windows/premium-storage-performance.md#disk-caching)|`None`, `ReadOnly`, `ReadWrite`| No |`ReadOnly`|
45
44
|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