Fix incorrect Chinese brackets in Markdown hyperlinks (#18562)

* Fix incorrect Chinese brackets in Markdown hyperlinks

* remove spaces
This commit is contained in:
xieyanker
2020-01-10 09:28:34 +08:00
committed by Kubernetes Prow Robot
parent 29ec822d25
commit 3fd6285b2e
5 changed files with 10 additions and 10 deletions
@@ -191,7 +191,7 @@ A desired state of an object is described by a Deployment, and if changes to tha
<!--
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.
-->
当 [kubelet](/docs/admin/kubelet/)尝试拉取指定的镜像时,[imagePullPolicy]/ docs / concepts / containers / images / #updating-images和镜像的标签会生效。
当 [kubelet](/docs/admin/kubelet/)尝试拉取指定的镜像时,[imagePullPolicy](/docs/concepts/containers/images/#updating-images)和镜像的标签会生效。
<!--
- `imagePullPolicy: IfNotPresent`: the image is pulled only if it is not already present locally.