Skip to content

Commit 65dfdc9

Browse files
authored
Merge pull request #45118 from Ritikaa96/annotation-migrated-plugins
Added Annotation storage.alpha.kubernetes.io/migrated-plugins
2 parents 2ac912a + a9911df commit 65dfdc9

File tree

1 file changed

+15
-0
lines changed
  • content/en/docs/reference/labels-annotations-taints

1 file changed

+15
-0
lines changed

content/en/docs/reference/labels-annotations-taints/_index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,21 @@ to record the version of Windows Server in use.
10181018

10191019
The label's value is in the format "MajorVersion.MinorVersion.BuildNumber".
10201020

1021+
### storage.alpha.kubernetes.io/migrated-plugins {#storagealphakubernetesiomigrated-plugins}
1022+
1023+
Type: Annotation
1024+
1025+
Example:`storage.alpha.kubernetes.io/migrated-plugins: "kubernetes.io/cinder"`
1026+
1027+
Used on: CSINode (an extension API)
1028+
1029+
This annotation is automatically added for the CSINode object that maps to a node that
1030+
installs CSIDriver. This annotation shows the in-tree plugin name of the migrated plugin. Its
1031+
value depends on your cluster's in-tree cloud provider storage type.
1032+
1033+
For example, if the in-tree cloud provider storage type is `CSIMigrationvSphere`, the CSINodes instance for the node should be updated with:
1034+
`storage.alpha.kubernetes.io/migrated-plugins: "kubernetes.io/vsphere-volume"`
1035+
10211036
### service.kubernetes.io/headless {#servicekubernetesioheadless}
10221037

10231038
Type: Label

0 commit comments

Comments
 (0)