Skip to content

Commit d8ab1f3

Browse files
Update self-healing.md to include Deployment link
1 parent 4f12fd4 commit d8ab1f3

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-
- **Deployment, ReplicaSet, StatefulSet and DaemonSet controller:** Maintains the desired number of Pod replicas.
36+
- **[Deployment(via ReplicaSet)](docs/concepts/workloads/controllers/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)