Merge pull request #39572 from kinzhi/kinzhi249

[zh-cn]SYNC annotations.md
pull/39640/head
Kubernetes Prow Robot 2023-02-22 22:09:06 -08:00 committed by GitHub
commit 8f656c9414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -137,11 +137,11 @@ If the prefix is omitted, the annotation Key is presumed to be private to the us
<!--
The `kubernetes.io/` and `k8s.io/` prefixes are reserved for Kubernetes core components.
For example, here's the configuration file for a Pod that has the annotation `imageregistry: https://hub.docker.com/` :
For example, here's a manifest for a Pod that has the annotation `imageregistry: https://hub.docker.com/` :
-->
`kubernetes.io/``k8s.io/` 前缀是为 Kubernetes 核心组件保留的。
例如,下面是一个 Pod 的配置文件,其注解中包含 `imageregistry: https://hub.docker.com/`
例如,下面是一个 Pod 的清单,其注解中包含 `imageregistry: https://hub.docker.com/`
```yaml
apiVersion: v1