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
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,7 @@ title: Use Container Storage Interface (CSI) driver for Azure Disks on Azure Kub
3
3
description: Learn how to use the Container Storage Interface (CSI) driver for Azure Disks in an Azure Kubernetes Service (AKS) cluster.
4
4
services: container-service
5
5
ms.topic: article
6
-
ms.date: 07/21/2022
7
-
author: palma21
8
-
6
+
ms.date: 10/13/2022
9
7
---
10
8
11
9
# Use the Azure Disks Container Storage Interface (CSI) driver in Azure Kubernetes Service (AKS)
@@ -28,6 +26,7 @@ In addition to in-tree driver features, Azure Disks CSI driver supports the foll
28
26
29
27
- Performance improvements during concurrent disk attach and detach
30
28
- In-tree drivers attach or detach disks in serial, while CSI drivers attach or detach disks in batch. There's significant improvement when there are multiple disks attaching to one node.
29
+
- Premium SSD v1 and v2 are supported.
31
30
- Zone-redundant storage (ZRS) disk support
32
31
-`Premium_ZRS`, `StandardSSD_ZRS` disk types are supported. ZRS disk could be scheduled on the zone or non-zone node, without the restriction that disk volume should be co-located in the same zone as a given node. For more information, including which regions are supported, see [Zone-redundant storage for managed disks](../virtual-machines/disks-redundancy.md).
33
32
-[Snapshot](#volume-snapshots)
@@ -38,7 +37,7 @@ In addition to in-tree driver features, Azure Disks CSI driver supports the foll
38
37
39
38
|Name | Meaning | Available Value | Mandatory | Default value
40
39
|--- | --- | --- | --- | ---
41
-
|skuName | Azure Disks storage account type (alias: `storageAccountType`)|`Standard_LRS`, `Premium_LRS`, `StandardSSD_LRS`, `UltraSSD_LRS`, `Premium_ZRS`, `StandardSSD_ZRS`| No |`StandardSSD_LRS`|
40
+
|skuName | Azure Disks storage account type (alias: `storageAccountType`)|`Standard_LRS`, `Premium_LRS`, `StandardSSD_LRS`, `PremiumV2_LRS`, `UltraSSD_LRS`, `Premium_ZRS`, `StandardSSD_ZRS`| No |`StandardSSD_LRS`|
42
41
|fsType | File System Type |`ext4`, `ext3`, `ext2`, `xfs`, `btrfs` for Linux, `ntfs` for Windows | No |`ext4` for Linux, `ntfs` for Windows|
43
42
|cachingMode |[Azure Data Disk Host Cache Setting](../virtual-machines/windows/premium-storage-performance.md#disk-caching)|`None`, `ReadOnly`, `ReadWrite`| No |`ReadOnly`|
44
43
|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