Skip to content

Commit eaa5491

Browse files
committed
sync self-healing kubelet-config-directory-merging
1 parent 99fd007 commit eaa5491

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/zh-cn/docs/concepts/architecture/self-healing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Kubernetes 旨在通过自我修复能力来维护工作负载的健康和可用
4141
- **Container-level restarts:** If a container inside a Pod fails, Kubernetes restarts it based on the [`restartPolicy`](/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy).
4242
4343
- **Replica replacement:** If a Pod in a [Deployment](/docs/concepts/workloads/controllers/deployment/) or [StatefulSet](/docs/concepts/workloads/controllers/statefulset/) fails, Kubernetes creates a replacement Pod to maintain the specified number of replicas.
44-
If a Pod fails that is part of a [DaemonSet](/docs/concepts/workloads/controllers/daemonset/) fails, the control plane
44+
If a Pod that is part of a [DaemonSet](/docs/concepts/workloads/controllers/daemonset/) fails, the control plane
4545
creates a replacement Pod to run on the same node.
4646
-->
4747
## 自我修复能力 {#self-healing-capabilities}
@@ -73,7 +73,7 @@ Here are some of the key components that provide Kubernetes self-healing:
7373
7474
- **[kubelet](/docs/concepts/architecture/#kubelet):** Ensures that containers are running, and restarts those that fail.
7575
76-
- **ReplicaSet, StatefulSet and DaemonSet controller:** Maintains the desired number of Pod replicas.
76+
- **Deployment (via ReplicaSet), ReplicaSet, StatefulSet and DaemonSet controllers:** Maintain the desired number of Pod replicas.
7777
7878
- **PersistentVolume controller:** Manages volume attachment and detachment for stateful workloads.
7979
-->
@@ -82,7 +82,7 @@ Here are some of the key components that provide Kubernetes self-healing:
8282
- **[kubelet](/zh-cn/docs/concepts/architecture/#kubelet)**
8383
确保容器正在运行,并重启失败的容器。
8484

85-
- **ReplicaSet、StatefulSet 和 DaemonSet 控制器:** 维持期望的 Pod 副本数量。
85+
- **Deployment(通过 ReplicaSet)、ReplicaSet、StatefulSet 和 DaemonSet 控制器:** 维持期望的 Pod 副本数量。
8686

8787
- **PersistentVolume 控制器:** 管理有状态工作负载的卷挂载和卸载。
8888

content/zh-cn/docs/reference/node/kubelet-config-directory-merging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ address: "192.168.0.8"
9292

9393
<!--
9494
### Lists
95-
You can overide the slices/lists values of the kubelet configuration.
95+
You can override the slices/lists values of the kubelet configuration.
9696
However, the entire list gets overridden during the merging process.
9797
For example, you can override the `clusterDNS` list as follows:
9898

0 commit comments

Comments
 (0)