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-csi-blob-storage-provision.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Create a persistent volume with Azure Blob storage in Azure Kubernetes Se
3
3
titleSuffix: Azure Kubernetes Service
4
4
description: Learn how to create a static or dynamic persistent volume with Azure Blob storage for use with multiple concurrent pods in Azure Kubernetes Service (AKS)
5
5
ms.topic: article
6
-
ms.date: 01/18/2023
6
+
ms.date: 03/23/2023
7
7
8
8
---
9
9
@@ -300,6 +300,8 @@ The following example demonstrates how to mount a Blob storage container as a pe
Copy file name to clipboardExpand all lines: articles/aks/azure-csi-disk-storage-provision.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure Kubernetes Service
4
4
description: Learn how to create a static or dynamic persistent volume with Azure Disks for use with multiple concurrent pods in Azure Kubernetes Service (AKS)
5
5
ms.topic: article
6
6
ms.custom: devx-track-azurecli
7
-
ms.date: 01/18/2023
7
+
ms.date: 03/23/2023
8
8
---
9
9
10
10
# Create and use a volume with Azure Disks in Azure Kubernetes Service (AKS)
@@ -378,6 +378,8 @@ When you create an Azure disk for use with AKS, you can create the disk resource
Copy file name to clipboardExpand all lines: articles/aks/azure-disk-csi.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Use Container Storage Interface (CSI) driver for Azure Disks on Azure Kubernetes Service (AKS)
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
ms.topic: article
5
-
ms.date: 01/18/2023
5
+
ms.date: 03/16/2023
6
6
---
7
7
8
8
# Use the Azure Disks Container Storage Interface (CSI) driver in Azure Kubernetes Service (AKS)
@@ -26,6 +26,7 @@ In addition to in-tree driver features, Azure Disks CSI driver supports the foll
26
26
- Performance improvements during concurrent disk attach and detach
27
27
- 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.
28
28
- Premium SSD v1 and v2 are supported.
29
+
-`PremiumV2_LRS` only supports `None` caching mode
29
30
- Zone-redundant storage (ZRS) disk support
30
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).
31
32
-[Snapshot](#volume-snapshots)
@@ -39,7 +40,7 @@ In addition to in-tree driver features, Azure Disks CSI driver supports the foll
39
40
40
41
|Name | Meaning | Available Value | Mandatory | Default value
41
42
|--- | --- | --- | --- | ---
42
-
|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`|
43
+
|skuName | Azure Disks storage account type (alias: `storageAccountType`)|`Standard_LRS`, `Premium_LRS`, `StandardSSD_LRS`, `UltraSSD_LRS`, `Premium_ZRS`, `StandardSSD_ZRS`, `PremiumV2_LRS` (`PremiumV2_LRS` only supports `None` caching mode)| No |`StandardSSD_LRS`|
43
44
|fsType | File System Type |`ext4`, `ext3`, `ext2`, `xfs`, `btrfs` for Linux, `ntfs` for Windows | No |`ext4` for Linux, `ntfs` for Windows|
44
45
|cachingMode |[Azure Data Disk Host Cache Setting](../virtual-machines/windows/premium-storage-performance.md#disk-caching)|`None`, `ReadOnly`, `ReadWrite`| No |`ReadOnly`|
45
46
|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|
Copy file name to clipboardExpand all lines: articles/aks/csi-migrate-in-tree-volumes.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Migrate from in-tree storage class to CSI drivers on Azure Kubernetes Service (AKS)
3
3
description: Learn how to migrate from in-tree persistent volume to the Container Storage Interface (CSI) driver in an Azure Kubernetes Service (AKS) cluster.
4
4
ms.topic: article
5
-
ms.date: 01/18/2023
5
+
ms.date: 03/23/2023
6
6
author: mgoedtel
7
7
8
8
---
@@ -411,6 +411,8 @@ Migration from in-tree to CSI is supported by creating a static volume.
0 commit comments