Skip to content

Commit 2897d8e

Browse files
Merge pull request #269020 from andyzhangx/patch-95
remove Azure Disks CSI driver v2 (preview) doc link
2 parents 6c8d406 + 46b5f50 commit 2897d8e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/aks/csi-storage-drivers.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Container Storage Interface (CSI) drivers on Azure Kubernetes Service (AKS)
33
description: Learn about and deploy the Container Storage Interface (CSI) drivers for Azure Disks and Azure Files in an Azure Kubernetes Service (AKS) cluster
44
ms.topic: article
5-
ms.date: 02/16/2024
5+
ms.date: 03/14/2024
66

77
---
88

@@ -23,8 +23,6 @@ The CSI storage driver support on AKS allows you to natively use:
2323
2424
> [!NOTE]
2525
> It is recommended to delete the corresponding PersistentVolumeClaim object instead of the PersistentVolume object when deleting a CSI volume. The external provisioner in the CSI driver will react to the deletion of the PersistentVolumeClaim and based on its reclamation policy, it issues the DeleteVolume call against the CSI volume driver commands to delete the volume. The PersistentVolume object is then deleted.
26-
>
27-
> Azure Disks CSI driver v2 (preview) improves scalability and reduces pod failover latency. It uses shared disks to provision attachment replicas on multiple cluster nodes and integrates with the pod scheduler to ensure a node with an attachment replica is chosen on pod failover. Azure Disks CSI driver v2 (preview) also provides the ability to fine tune performance. If you're interested in participating in the preview, submit a request: [https://aka.ms/DiskCSIv2Preview](https://aka.ms/DiskCSIv2Preview). This preview version is provided without a service level agreement, and you can occasionally expect breaking changes while in preview. The preview version isn't recommended for production workloads. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2826
2927
## Prerequisites
3028

0 commit comments

Comments
 (0)