Skip to content

Commit

Permalink
Merge pull request #45118 from Ritikaa96/annotation-migrated-plugins
Browse files Browse the repository at this point in the history
Added Annotation storage.alpha.kubernetes.io/migrated-plugins
  • Loading branch information
k8s-ci-robot committed Jul 19, 2024
2 parents 2ac912a + a9911df commit 65dfdc9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions content/en/docs/reference/labels-annotations-taints/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,21 @@ 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"`

Used on: CSINode (an extension API)

This annotation is automatically added 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 on your cluster's in-tree cloud provider storage type.

For example, if 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
Expand Down

0 comments on commit 65dfdc9

Please sign in to comment.