Skip to content

Commit fb9a7a9

Browse files
committed
2 parents 8478ce1 + 5f15f09 commit fb9a7a9

14 files changed

+8
-22
lines changed

articles/aks/csi-storage-drivers.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Container Storage Interface (CSI) drivers on Azure Kubernetes Service (AK
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
services: container-service
55
ms.topic: article
6-
ms.date: 07/21/2022
6+
ms.date: 09/18/2022
77
author: palma21
88

99
---
@@ -26,24 +26,9 @@ The CSI storage driver support on AKS allows you to natively use:
2626
> [!NOTE]
2727
> 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/).
2828
29-
> [!NOTE]
30-
> AKS provides the option to enable and disable the CSI drivers (preview) on new and existing clusters. CSI drivers are enabled by default on new clusters. You should verify that there are no existing Persistent Volumes created by Azure Disks and Azure Files CSI drivers and that there is not any existing VolumeSnapshot, VolumeSnapshotClass or VolumeSnapshotContent resources before running this command on existing cluster. 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/).
31-
3229
## Prerequisites
3330

34-
* An Azure subscription. If you don't have an Azure subscription, you can create a [free account](https://azure.microsoft.com/free).
35-
* You also need the Azure CLI installed and configured. Run az --version to find the version. If you need to install or upgrade, see [Install Azure CLI][install-azure-cli].
36-
37-
### Install the `aks-preview` Azure CLI
38-
39-
You also need the *aks-preview* Azure CLI extension version 0.5.78 or later. Install the *aks-preview* Azure CLI extension by using the [az extension add][az-extension-add] command. Or install any available updates by using the [az extension update][az-extension-update] command.
40-
41-
```azurecli-interactive
42-
# Install the aks-preview extension
43-
az extension add --name aks-preview
44-
# Update the extension to make sure you have the latest version installed
45-
az extension update --name aks-preview
46-
```
31+
You need the Azure CLI version 2.40 installed and configured. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][install-azure-cli].
4732

4833
## Disable CSI storage drivers on a new cluster
4934

@@ -65,7 +50,7 @@ az aks update -n myAKSCluster -g myResourceGroup --disable-disk-driver --disable
6550

6651
## Enable CSI storage drivers on an existing cluster
6752

68-
`--enable-disk-driver` allows you enable the [Azure Disks CSI driver][azure-disk-csi]. `--enable-file-driver` allows you to enable the [Azure Files CSI driver][azure-files-csi]. `--enable-snapshot-controller` allows you to enable the [snapshot controller][snapshot-controller].
53+
`--enable-disk-driver` allows you enable the [Azure Disks CSI driver][azure-disk-csi]. `--enable-file-driver` allows you to enable the [Azure Files CSI driver][azure-files-csi]. `--enable-snapshot-controller` allows you to enable the [snapshot controller][snapshot-controller].
6954

7055
To enable CSI storage drivers on an existing cluster with CSI storage drivers disabled, use `--enable-disk-driver`, `--enable-file-driver`, and `--enable-snapshot-controller`.
7156

-62.3 KB
Loading
-86.9 KB
Loading
-46.6 KB
Loading
-36.1 KB
Loading
-51.2 KB
Loading
-54 KB
Loading
-53.3 KB
Loading
-44.4 KB
Loading
-84.7 KB
Loading

0 commit comments

Comments
 (0)