Skip to content

Commit dbe46f3

Browse files
committed
adding improvements
Signed-off-by: Ritikaa96 <[email protected]>
1 parent c4fa1f1 commit dbe46f3

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -999,14 +999,14 @@ The label's value is in the format "MajorVersion.MinorVersion.BuildNumber".
999999

10001000
Type: Annotation
10011001

1002-
Example:`storage.alpha.kubernetes.io/migrated-plugins:" kubernetes.io/cinder"`
1002+
Example:`storage.alpha.kubernetes.io/migrated-plugins: "kubernetes.io/cinder"`
10031003

1004-
UseT on: CSINode
1004+
Used on: CSINode (an extension API)
10051005

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.
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.
10071007

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`
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:
1009+
`storage.alpha.kubernetes.io/migrated-plugins: "kubernetes.io/vsphere-volume"`
10101010

10111011
### service.kubernetes.io/headless {#servicekubernetesioheadless}
10121012

0 commit comments

Comments
 (0)