fix two broken links and a word localization

This commit is contained in:
howieyuen
2021-06-10 23:22:43 +08:00
parent 2f4a570f0c
commit 038b2b99a7
6 changed files with 6 additions and 8 deletions
@@ -135,7 +135,7 @@ Kubernetes 集群中的 Pod 主要有两种用法:
* **运行多个协同工作的容器的 Pod**。
Pod 可能封装由多个紧密耦合且需要共享资源的共处容器组成的应用程序。
这些位于同一位置的容器可能形成单个内聚的服务单元 —— 一个容器将文件从共享卷提供给公众,
而另一个单独的“挂斗”(sidecar)容器则刷新或更新这些文件。
而另一个单独的“边车”(sidecar)容器则刷新或更新这些文件。
Pod 将这些容器和存储资源打包为一个可管理的实体。
{{< note >}}
@@ -170,7 +170,7 @@ in your pod spec can also cause voluntary (and involuntary) disruptions.
实现可能导致碎片整理和紧缩节点的自愿干扰。集群
管理员或托管提供商应该已经记录了各级别的自愿干扰(如果有的话)。
有些配置选项,例如在 pod spec 中
[使用 PriorityClasses]https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
[使用 PriorityClasses](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/)
也会产生自愿(和非自愿)的干扰。
<!--
@@ -151,7 +151,7 @@ for examples of troubleshooting using ephemeral containers.
<!--
## Ephemeral containers API
-->
### 临时容器 API {#ephemeral-containers-api}
### 临时容器 API {#ephemeral-containers-api}
{{< note >}}
<!--