Skip to content

Commit e313077

Browse files
authored
Merge pull request #20885 from mxxisv/patch-1
Revise translations to conform to the Chinese context
2 parents bcb1e41 + 6ce7de1 commit e313077

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

content/zh/docs/concepts/configuration/overview.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ A desired state of an object is described by a Deployment, and if changes to tha
191191
<!--
192192
The [imagePullPolicy](/docs/concepts/containers/images/#updating-images) and the tag of the image affect when the [kubelet](/docs/admin/kubelet/) attempts to pull the specified image.
193193
-->
194-
[kubelet](/docs/admin/kubelet/)尝试拉取指定的镜像时,[imagePullPolicy](/docs/concepts/containers/images/#updating-images)和镜像的标签会生效
194+
[kubelet](/docs/admin/kubelet/)尝试拉取指定的镜像时,[imagePullPolicy](/docs/concepts/containers/images/#升级镜像)和镜像标签会生效
195195

196196
<!--
197197
- `imagePullPolicy: IfNotPresent`: the image is pulled only if it is not already present locally.
@@ -206,18 +206,17 @@ The [imagePullPolicy](/docs/concepts/containers/images/#updating-images) and the
206206
<!--
207207
- `imagePullPolicy` is omitted and either the image tag is `:latest` or it is omitted: `Always` is applied.
208208
-->
209-
- 省略`imagePullPolicy`,镜像标签为`:latest`或被省略,`Always`被应用
209+
- `imagePullPolicy` 省略时,镜像标签为 `:latest` 或不存在,使用 `Always`
210210

211211
<!--
212212
- `imagePullPolicy` is omitted and the image tag is present but not `:latest`: `IfNotPresent` is applied.
213213
-->
214-
- `imagePullPolicy`被省略,并且镜像的标签被指定且不是`:latest``IfNotPresent`被应用
214+
- `imagePullPolicy` 省略时,指定镜像标签并且不是 `:latest`使用 `IfNotPresent`
215215

216216
<!--
217217
- `imagePullPolicy: Never`: the image is assumed to exist locally. No attempt is made to pull the image.
218218
-->
219-
- `imagePullPolicy: Never`:镜像被假设存在于本地。
220-
没有尝试拉取镜像。
219+
- `imagePullPolicy: Never`:假设镜像已经存在本地,不会尝试拉取镜像。
221220

222221
<!--
223222
To make sure the container always uses the same version of the image, you can specify its [digest](https://docs.docker.com/engine/reference/commandline/pull/#pull-an-image-by-digest-immutable-identifier), for example `sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2`. The digest uniquely identifies a specific version of the image, so it is never updated by Kubernetes unless you change the digest value.

0 commit comments

Comments
 (0)