Skip to content

Commit 4f12fd4

Browse files
Update self-healing.md to include Deployment in controllers
It is important include the most widely used Kubernetes Resource(deployment) along with the other resources which are already mentioned in the document. It gives confidence to the new users and does not raise the concern if "deployment" is an exception.
1 parent 1194953 commit 4f12fd4

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, ReplicaSet, StatefulSet and DaemonSet controller:** Maintains the desired number of Pod replicas.
3737

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

0 commit comments

Comments
 (0)