Merge pull request #47208 from my-git9/pp-7701

[zh-cn] sync labels-annotations-taints/_index.md
This commit is contained in:
Kubernetes Prow Robot 2024-07-20 02:27:42 -07:00 committed by GitHub
commit f1ddfd76c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 30 additions and 0 deletions

View File

@ -1986,6 +1986,36 @@ The label's value is in the format "MajorVersion.MinorVersion.BuildNumber".
标签的值采用 “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} ### service.kubernetes.io/headless {#servicekubernetesioheadless}