diff --git a/content/en/docs/reference/labels-annotations-taints/_index.md b/content/en/docs/reference/labels-annotations-taints/_index.md index 7c12db0320..ae301be165 100644 --- a/content/en/docs/reference/labels-annotations-taints/_index.md +++ b/content/en/docs/reference/labels-annotations-taints/_index.md @@ -995,6 +995,19 @@ to record the version of Windows Server in use. The label's value is in the format "MajorVersion.MinorVersion.BuildNumber". +### storage.alpha.kubernetes.io/migrated-plugins {#storagealphakubernetesiomigrated-plugins} + +Type: Annotation + +Example:`storage.alpha.kubernetes.io/migrated-plugins:" kubernetes.io/cinder"` + +UseT on: CSINode + +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. + +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: +`storage.alpha.kubernetes.io/migrated-plugins: `kubernetes.io/vsphere-volume` + ### service.kubernetes.io/headless {#servicekubernetesioheadless} Type: Label