Skip to content

Commit a9911df

Browse files
committed
removing CSIMigration reference as the CSIMigration feature gate is removed in v1.30
Signed-off-by: Ritikaa96 <[email protected]>
1 parent dbe46f3 commit a9911df

File tree

1 file changed

+4
-2
lines changed
  • content/en/docs/reference/labels-annotations-taints

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,9 +1003,11 @@ Example:`storage.alpha.kubernetes.io/migrated-plugins: "kubernetes.io/cinder"`
10031003

10041004
Used on: CSINode (an extension API)
10051005

1006-
This annotation is automatically added when [CSIMigration](/blog/2019/12/09/kubernetes-1-17-feature-csi-migration-beta/#what-is-csi-migration) 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.
1006+
This annotation is automatically added for the CSINode object that maps to a node that
1007+
installs CSIDriver. This annotation shows the in-tree plugin name of the migrated plugin. Its
1008+
value depends on your cluster's in-tree cloud provider storage type.
10071009

1008-
For example, if migration is enabled where the in-tree cloud provider storage type is `CSIMigrationvSphere`, the CSINodes instance for the node should be updated with:
1010+
For example, if the in-tree cloud provider storage type is `CSIMigrationvSphere`, the CSINodes instance for the node should be updated with:
10091011
`storage.alpha.kubernetes.io/migrated-plugins: "kubernetes.io/vsphere-volume"`
10101012

10111013
### service.kubernetes.io/headless {#servicekubernetesioheadless}

0 commit comments

Comments
 (0)