File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
content/en/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -1018,6 +1018,21 @@ to record the version of Windows Server in use.
1018
1018
1019
1019
The label's value is in the format "MajorVersion.MinorVersion.BuildNumber".
1020
1020
1021
+ ### storage.alpha.kubernetes.io/migrated-plugins {#storagealphakubernetesiomigrated-plugins}
1022
+
1023
+ Type: Annotation
1024
+
1025
+ Example:` storage.alpha.kubernetes.io/migrated-plugins: "kubernetes.io/cinder" `
1026
+
1027
+ Used on: CSINode (an extension API)
1028
+
1029
+ This annotation is automatically added for the CSINode object that maps to a node that
1030
+ installs CSIDriver. This annotation shows the in-tree plugin name of the migrated plugin. Its
1031
+ value depends on your cluster's in-tree cloud provider storage type.
1032
+
1033
+ For example, if the in-tree cloud provider storage type is ` CSIMigrationvSphere ` , the CSINodes instance for the node should be updated with:
1034
+ ` storage.alpha.kubernetes.io/migrated-plugins: "kubernetes.io/vsphere-volume" `
1035
+
1021
1036
### service.kubernetes.io/headless {#servicekubernetesioheadless}
1022
1037
1023
1038
Type: Label
You can’t perform that action at this time.
0 commit comments