Added Annotation storage.alpha.kubernetes.io/migrated-plugins

Signed-off-by: Ritikaa96 <ritika@india.nec.com>
This commit is contained in:
Ritikaa96 2024-02-13 12:25:36 +05:30
parent 57f0fbfa7b
commit c4fa1f126e
1 changed files with 13 additions and 0 deletions

View File

@ -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