Skip to content

Commit 44152ad

Browse files
authored
Update csi-migrate-in-tree-volumes.md
1 parent 2d82538 commit 44152ad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/aks/csi-migrate-in-tree-volumes.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Migrate from in-tree storage class to CSI drivers on Azure Kubernetes Service (AKS)
33
description: Learn how to migrate from in-tree persistent volume to the Container Storage Interface (CSI) driver in an Azure Kubernetes Service (AKS) cluster.
44
ms.topic: article
5-
ms.date: 01/18/2023
5+
ms.date: 03/23/2023
66
author: mgoedtel
77

88
---
@@ -411,6 +411,8 @@ Migration from in-tree to CSI is supported by creating a static volume.
411411
apiVersion: v1
412412
kind: PersistentVolume
413413
metadata:
414+
annotations:
415+
pv.kubernetes.io/provisioned-by: file.csi.azure.com
414416
name: azurefile
415417
spec:
416418
capacity:
@@ -511,4 +513,4 @@ For more about storage best practices, see [Best practices for storage and backu
511513
[aks-rbac-cluster-admin-role]: manage-azure-rbac.md#create-role-assignments-for-users-to-access-the-cluster
512514
[azure-resource-locks]: ../azure-resource-manager/management/lock-resources.md
513515
[csi-driver-overview]: csi-storage-drivers.md
514-
[aks-storage-backups-best-practices]: operator-best-practices-storage.md
516+
[aks-storage-backups-best-practices]: operator-best-practices-storage.md

0 commit comments

Comments
 (0)