Skip to content

Commit

Permalink
[zh-cn] sync labels-annotations-taints/_index.md
Browse files Browse the repository at this point in the history
Signed-off-by: xin.li <xin.li@daocloud.io>
  • Loading branch information
my-git9 committed Jul 20, 2024
1 parent 65dfdc9 commit 49cb2d4
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions content/zh-cn/docs/reference/labels-annotations-taints/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1986,6 +1986,36 @@ The label's value is in the format "MajorVersion.MinorVersion.BuildNumber".

标签的值采用 “MajorVersion.MinorVersion.BuildNumber” 格式。

<!--
### storage.alpha.kubernetes.io/migrated-plugins {#storagealphakubernetesiomigrated-plugins}
Type: Annotation
Example:`storage.alpha.kubernetes.io/migrated-plugins: "kubernetes.io/cinder"`
Used on: CSINode (an extension API)
This annotation is automatically added 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 on your cluster's in-tree cloud provider storage type.
For example, if the in-tree cloud provider storage type is `CSIMigrationvSphere`, the CSINodes instance for the node should be updated with:
`storage.alpha.kubernetes.io/migrated-plugins: "kubernetes.io/vsphere-volume"`
-->
### storage.alpha.kubernetes.io/migrated-plugins {#storagealphakubernetesiomigrated-plugins}

类型:注解

例子:`storage.alpha.kubernetes.io/migrated-plugins: "kubernetes.io/cinder"`

用于:CSINode(一个扩展 API)

系统会自动为映射到安装 CSIDriver 的节点的 CSINode 对象添加此注解。
此注解显示已迁移插件的树内插件名称,其值取决于集群的树内云驱动存储类型。

例如,如果树内云驱动存储类型为 `CSIMigrationvSphere`,则此节点的 CSINode 实例应更新为:
`storage.alpha.kubernetes.io/migerated-plugins: "kubernetes.io/vsphere-volume"`

<!--
### service.kubernetes.io/headless {#servicekubernetesioheadless}
Expand Down

0 comments on commit 49cb2d4

Please sign in to comment.