diff --git a/content/zh-cn/docs/concepts/overview/working-with-objects/annotations.md b/content/zh-cn/docs/concepts/overview/working-with-objects/annotations.md index bb903ff85b..d621418c94 100644 --- a/content/zh-cn/docs/concepts/overview/working-with-objects/annotations.md +++ b/content/zh-cn/docs/concepts/overview/working-with-objects/annotations.md @@ -137,11 +137,11 @@ If the prefix is omitted, the annotation Key is presumed to be private to the us `kubernetes.io/` 和 `k8s.io/` 前缀是为 Kubernetes 核心组件保留的。 -例如,下面是一个 Pod 的配置文件,其注解中包含 `imageregistry: https://hub.docker.com/`: +例如,下面是一个 Pod 的清单,其注解中包含 `imageregistry: https://hub.docker.com/`: ```yaml apiVersion: v1