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.
@@ -183,7 +183,7 @@ Corefile 配置包括以下 CoreDNS 的 [插件](https://coredns.io/plugins/)
* [reload](https://coredns.io/plugins/reload): Allows automatic reload of a changed Corefile. After you edit the ConfigMap configuration, allow two minutes for your changes to take effect.
* [loadbalance](https://coredns.io/plugins/loadbalance): This is a round-robin DNS loadbalancer that randomizes the order of A, AAAA, and MX records in the answer.
-->
* [prometheus](https://coredns.io/plugins/prometheus/)CoreDNS的度量标准以[Prometheus]https://prometheus.io/格式在 http://localhost:9153/metrics 上提供。
* [prometheus](https://coredns.io/plugins/prometheus/)CoreDNS的度量标准以[Prometheus](https://prometheus.io/)格式在 http://localhost:9153/metrics 上提供。
* [proxy](https://coredns.io/plugins/proxy/): 不在 Kubernetes 集群域内的任何查询都将转发到预定义的解析器 (/etc/resolv.conf).
* [cache](https://coredns.io/plugins/cache/):这将启用前端缓存。
* [loop](https://coredns.io/plugins/loop/):检测到简单的转发循环,如果发现死循环,则中止 CoreDNS 进程。
@@ -44,7 +44,7 @@ following command to enable metrics-server:
集群中的每个节点必须至少具有 1 个 CPU。
此页面上的一些步骤要求您在集群中运行[metrics-server]https://github.com/kubernetes-incubator/metrics-server
此页面上的一些步骤要求您在集群中运行[metrics-server](https://github.com/kubernetes-incubator/metrics-server)
服务。如果您的集群中已经有正在运行的 metrics-server 服务,那么您可以跳过这些步骤。
如果您正在运行{{< glossary_tooltip term_id="minikube" >}},请运行以下命令启用 metrics-server