Skip to content

Commit 6741a37

Browse files
authored
Merge pull request #111634 from dennis-menge/patch-3
updated deprecated affinity labels deprecation warning
2 parents d8a0c74 + 0d6dbcc commit 6741a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To make this process as simple as possible, and to ensure no data loss, this art
2121
## Migrate Disk volumes
2222

2323
> [!NOTE]
24-
> The labels `failure-domain.beta.kubernetes.io/zone` and `failure-domain.beta.kubernetes.io/region` have been deprecated in AKS 1.24 and removed in 1.26. If your existing persistent volumes are still using nodeAffinity matching these two labels, you need to change them to `topology.kubernetes.io/zone` and `topology.kubernetes.io/region` labels in the new persistent volume setting.
24+
> The labels `failure-domain.beta.kubernetes.io/zone` and `failure-domain.beta.kubernetes.io/region` have been deprecated in AKS 1.24 and removed in 1.28. If your existing persistent volumes are still using nodeAffinity matching these two labels, you need to change them to `topology.kubernetes.io/zone` and `topology.kubernetes.io/region` labels in the new persistent volume setting.
2525
2626
Migration from in-tree to CSI is supported using two migration options:
2727

0 commit comments

Comments
 (0)