File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed 
content/zh-cn/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -1986,6 +1986,36 @@ The label's value is in the format "MajorVersion.MinorVersion.BuildNumber".
19861986
19871987标签的值采用 “MajorVersion.MinorVersion.BuildNumber” 格式。
19881988
1989+ <!-- 
1990+ ### storage.alpha.kubernetes.io/migrated-plugins {#storagealphakubernetesiomigrated-plugins} 
1991+ 
1992+ Type: Annotation 
1993+ 
1994+ Example:`storage.alpha.kubernetes.io/migrated-plugins: "kubernetes.io/cinder"` 
1995+ 
1996+ Used on: CSINode (an extension API) 
1997+ 
1998+ This annotation is automatically added for the CSINode object that maps to a node that 
1999+ installs CSIDriver. This annotation shows the in-tree plugin name of the migrated plugin. Its 
2000+ value depends on your cluster's in-tree cloud provider storage type. 
2001+ 
2002+ For example, if the in-tree cloud provider storage type is `CSIMigrationvSphere`, the CSINodes instance for the node should be updated with: 
2003+ `storage.alpha.kubernetes.io/migrated-plugins: "kubernetes.io/vsphere-volume"` 
2004+ --> 
2005+ ### storage.alpha.kubernetes.io/migrated-plugins {#storagealphakubernetesiomigrated-plugins}  
2006+ 
2007+ 类型:注解
2008+ 
2009+ 例子:` storage.alpha.kubernetes.io/migrated-plugins: "kubernetes.io/cinder" ` 
2010+ 
2011+ 用于:CSINode(一个扩展 API)
2012+ 
2013+ 系统会自动为映射到安装 CSIDriver 的节点的 CSINode 对象添加此注解。
2014+ 此注解显示已迁移插件的树内插件名称,其值取决于集群的树内云驱动存储类型。
2015+ 
2016+ 例如,如果树内云驱动存储类型为 ` CSIMigrationvSphere ` ,则此节点的 CSINode 实例应更新为:
2017+ ` storage.alpha.kubernetes.io/migerated-plugins: "kubernetes.io/vsphere-volume" ` 
2018+ 
19892019<!-- 
19902020### service.kubernetes.io/headless {#servicekubernetesioheadless} 
19912021
                                 You can’t perform that action at this time. 
               
                  
0 commit comments