Skip to content

Commit ad663d6

Browse files
authored
Update azure-csi-disk-storage-provision.md
1 parent e75e592 commit ad663d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
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
7-
ms.date: 01/18/2023
7+
ms.date: 03/23/2023
88
---
99

1010
# 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
378378
apiVersion: v1
379379
kind: PersistentVolume
380380
metadata:
381+
annotations:
382+
pv.kubernetes.io/provisioned-by: disk.csi.azure.com
381383
name: pv-azuredisk
382384
spec:
383385
capacity:

0 commit comments

Comments
 (0)