Skip to content

Commit c7789ca

Browse files
Merge pull request #214477 from MGoedtel/task1986323
CSI Disk drive Premium SSD v2 support
2 parents ec547c8 + 9270622 commit c7789ca

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/aks/azure-disk-csi.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ title: Use Container Storage Interface (CSI) driver for Azure Disks on Azure Kub
33
description: Learn how to use the Container Storage Interface (CSI) driver for Azure Disks in an Azure Kubernetes Service (AKS) cluster.
44
services: container-service
55
ms.topic: article
6-
ms.date: 07/21/2022
7-
author: palma21
8-
6+
ms.date: 10/13/2022
97
---
108

119
# 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
2826

2927
- Performance improvements during concurrent disk attach and detach
3028
- 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.
3130
- Zone-redundant storage (ZRS) disk support
3231
- `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).
3332
- [Snapshot](#volume-snapshots)
@@ -38,7 +37,7 @@ In addition to in-tree driver features, Azure Disks CSI driver supports the foll
3837

3938
|Name | Meaning | Available Value | Mandatory | Default value
4039
|--- | --- | --- | --- | ---
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`|
4241
|fsType | File System Type | `ext4`, `ext3`, `ext2`, `xfs`, `btrfs` for Linux, `ntfs` for Windows | No | `ext4` for Linux, `ntfs` for Windows|
4342
|cachingMode | [Azure Data Disk Host Cache Setting](../virtual-machines/windows/premium-storage-performance.md#disk-caching) | `None`, `ReadOnly`, `ReadWrite` | No | `ReadOnly`|
4443
|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)