Skip to content

Commit 969260b

Browse files
Merge pull request #268107 from MGoedtel/task217043a
Updated AKS Provision Storage Articles
2 parents a4f0fed + 040f0a4 commit 969260b

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

articles/aks/azure-csi-blob-storage-provision.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ For more information on Kubernetes volumes, see [Storage options for application
3535

3636
This section provides guidance for cluster administrators who want to provision one or more persistent volumes that include details of Blob storage for use by a workload. A persistent volume claim (PVC) uses the storage class object to dynamically provision an Azure Blob storage container.
3737

38-
### Dynamic provisioning parameters
38+
### Storage class parameters for dynamic PersistentVolumes
39+
40+
The following table includes parameters you can use to define a custom storage class for your PersistentVolumeClaim.
3941

4042
|Name | Description | Example | Mandatory | Default value|
4143
|--- | --- | --- | --- | --- |
@@ -240,7 +242,9 @@ In this example, the following manifest configures using blobfuse and mounts a B
240242

241243
This section provides guidance for cluster administrators who want to create one or more persistent volumes that include details of Blob storage for use by a workload.
242244

243-
### Static provisioning parameters
245+
### Static provisioning parameters for PersistentVolume
246+
247+
The following table includes parameters you can use to define a PersistentVolume.
244248

245249
|Name | Description | Example | Mandatory | Default value|
246250
|--- | --- | --- | --- | ---|

articles/aks/azure-csi-disk-storage-provision.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure Kubernetes Service
44
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)
55
ms.topic: article
66
ms.custom: devx-track-azurecli, linux-related-content
7-
ms.date: 11/28/2023
7+
ms.date: 03/05/2024
88
---
99

1010
# Create and use a volume with Azure Disks in Azure Kubernetes Service (AKS)
@@ -35,7 +35,9 @@ For more information on Kubernetes volumes, see [Storage options for application
3535

3636
This section provides guidance for cluster administrators who want to provision one or more persistent volumes that include details of Azure Disk storage for use by a workload. A persistent volume claim (PVC) uses the storage class object to dynamically provision an Azure Disk storage container.
3737

38-
### Dynamic provisioning parameters
38+
### Storage class parameters for dynamic PersistentVolumes
39+
40+
The following table includes parameters you can use to define a custom storage class for your PersistentVolumeClaim.
3941

4042
|Name | Meaning | Available Value | Mandatory | Default value
4143
|--- | --- | --- | --- | ---
@@ -225,7 +227,9 @@ For more information on using Azure tags, see [Use Azure tags in Azure Kubernete
225227

226228
This section provides guidance for cluster administrators who want to create one or more persistent volumes that include details of Azure Disks storage for use by a workload.
227229

228-
### Static provisioning parameters
230+
### Static provisioning parameters for PersistentVolume
231+
232+
The following table includes parameters you can use to define a PersistentVolume.
229233

230234
|Name | Meaning | Available Value | Mandatory | Default value|
231235
|--- | --- | --- | --- | ---|

articles/aks/azure-csi-files-storage-provision.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure Kubernetes Service
44
description: Learn how to create a static or dynamic persistent volume with Azure Files for use with multiple concurrent pods in Azure Kubernetes Service (AKS)
55
ms.topic: article
66
ms.custom: devx-track-azurecli, linux-related-content
7-
ms.date: 11/28/2023
7+
ms.date: 03/05/2024
88
---
99

1010
# Create and use a volume with Azure Files in Azure Kubernetes Service (AKS)
@@ -28,7 +28,9 @@ For more information on Kubernetes volumes, see [Storage options for application
2828

2929
This section provides guidance for cluster administrators who want to provision one or more persistent volumes that include details of one or more shares on Azure Files. A persistent volume claim (PVC) uses the storage class object to dynamically provision an Azure Files file share.
3030

31-
### Dynamic provisioning parameters
31+
### Storage class parameters for dynamic PersistentVolumes
32+
33+
The following table includes parameters you can use to define a custom storage class for your PersistentVolumeClaim.
3234

3335
|Name | Meaning | Available Value | Mandatory | Default value
3436
|--- | --- | --- | --- | ---
@@ -245,7 +247,9 @@ For more information on using Azure tags, see [Use Azure tags in Azure Kubernete
245247

246248
This section provides guidance for cluster administrators who want to create one or more persistent volumes that include details of an existing Azure Files share to use with a workload.
247249

248-
### Static provisioning parameters
250+
### Static provisioning parameters for PersistentVolume
251+
252+
The following table includes parameters you can use to define a PersistentVolume.
249253

250254
|Name | Meaning | Available Value | Mandatory | Default value |
251255
|--- | --- | --- | --- | --- |

0 commit comments

Comments
 (0)