Skip to content

Commit 8897b17

Browse files
authored
Merge pull request #53346 from suhas-chikkanna/patch-1
Update self-healing.md to include Deployment in controllers
2 parents 3a82e57 + ac13c80 commit 8897b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/architecture/self-healing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Here are some of the key components that provide Kubernetes self-healing:
3333

3434
- **[kubelet](/docs/concepts/architecture/#kubelet):** Ensures that containers are running, and restarts those that fail.
3535

36-
- **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.
3737

3838
- **PersistentVolume controller:** Manages volume attachment and detachment for stateful workloads.
3939

0 commit comments

Comments
 (0)