Skip to content

Commit e80e1ac

Browse files
authored
Merge pull request #175942 from andyzhangx/patch-29
Update azure-disk-csi.md
2 parents b821473 + ab1834a commit e80e1ac

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

articles/aks/azure-disk-csi.md

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

99
---
@@ -18,6 +18,15 @@ To create an AKS cluster with CSI driver support, see [Enable CSI drivers for Az
1818
> [!NOTE]
1919
> *In-tree drivers* refers to the current storage drivers that are part of the core Kubernetes code versus the new CSI drivers, which are plug-ins.
2020
21+
## Azure Disk CSI driver new features
22+
Besides original in-tree driver features, Azure Disk CSI driver already provides following new features:
23+
- performance improvement when attach or detach disks in parallel
24+
- in-tree driver attaches or detaches disks in serial while CSI driver would attach or detach disks in batch, there would be magnificent improvement when there are multiple disks attaching to one node.
25+
- ZRS disk support
26+
- `Premium_ZRS`, `StandardSSD_ZRS` disk types are supported, check more details about [Zone-redundant storage for managed disks](../virtual-machines/disks-redundancy.md)
27+
- [Snapshot](#volume-snapshots)
28+
- [Volume clone](#clone-volumes)
29+
2130
## Use CSI persistent volumes with Azure disks
2231

2332
A [persistent volume](concepts-storage.md#persistent-volumes) (PV) represents a piece of storage that's provisioned for use with Kubernetes pods. A PV can be used by one or many pods and can be dynamically or statically provisioned. This article shows you how to dynamically create PVs with Azure disks for use by a single pod in an AKS cluster. For static provisioning, see [Manually create and use a volume with Azure disks](azure-disk-volume.md).

0 commit comments

Comments
 (0)