You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/architecture/self-healing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Here are some of the key components that provide Kubernetes self-healing:
33
33
34
34
-**[kubelet](/docs/concepts/architecture/#kubelet):** Ensures that containers are running, and restarts those that fail.
35
35
36
-
-**[Deployment(via ReplicaSet)](docs/concepts/workloads/controllers/deployment/), ReplicaSet, StatefulSet and DaemonSet controller:**Maintains the desired number of Pod replicas.
36
+
-**Deployment(via ReplicaSet), ReplicaSet, StatefulSet and DaemonSet controllers:**Maintain the desired number of Pod replicas.
37
37
38
38
-**PersistentVolume controller:** Manages volume attachment and detachment for stateful workloads.
0 commit comments