Skip to content

Commit f1ddfd7

Browse files
authored
Merge pull request #47208 from my-git9/pp-7701
[zh-cn] sync labels-annotations-taints/_index.md
2 parents 9f29cf9 + 49cb2d4 commit f1ddfd7

File tree

1 file changed

+30
-0
lines changed
  • content/zh-cn/docs/reference/labels-annotations-taints

1 file changed

+30
-0
lines changed

content/zh-cn/docs/reference/labels-annotations-taints/_index.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)