Skip to content

Commit c4fa1f1

Browse files
committed
Added Annotation storage.alpha.kubernetes.io/migrated-plugins
Signed-off-by: Ritikaa96 <[email protected]>
1 parent 57f0fbf commit c4fa1f1

File tree

1 file changed

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

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -995,6 +995,19 @@ to record the version of Windows Server in use.
995995

996996
The label's value is in the format "MajorVersion.MinorVersion.BuildNumber".
997997

998+
### storage.alpha.kubernetes.io/migrated-plugins {#storagealphakubernetesiomigrated-plugins}
999+
1000+
Type: Annotation
1001+
1002+
Example:`storage.alpha.kubernetes.io/migrated-plugins:" kubernetes.io/cinder"`
1003+
1004+
UseT on: CSINode
1005+
1006+
This annotation is automatically added when CSIMigration is turned on for the CSINode object that maps to a node that installs CSIDriver. This annotation shows the in-tree plugin name of the migrated plugin. Its value depends upon the in-tree cloud provider storage type that is used in your cluster.
1007+
1008+
For example, if we enable the migration where the in-tree cloud provider storage type is `CSIMigrationvSphere`, the CSINodes instance for the node should be updated with:
1009+
`storage.alpha.kubernetes.io/migrated-plugins: `kubernetes.io/vsphere-volume`
1010+
9981011
### service.kubernetes.io/headless {#servicekubernetesioheadless}
9991012

10001013
Type: Label

0 commit comments

Comments
 (0)