Skip to content

Commit 2a4a506

Browse files
author
Tamilselvan
authored
add link for kubelet and cloud-controller-manager (#40931)
* add link for kubelet and cloud-controller-manager * wraped the long lines * wrapping cloud-controller-manager content * wrapping cloud-controller-manager content * Update cloud-controller-manager.md * Update kubelet.md * Update cloud-controller-manager.md * Update cloud-controller-manager.md
1 parent d30438d commit 2a4a506

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

content/en/docs/reference/glossary/cloud-controller-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tags:
1212
- operation
1313
---
1414
A Kubernetes {{< glossary_tooltip text="control plane" term_id="control-plane" >}} component
15-
that embeds cloud-specific control logic. The cloud controller manager lets you link your
15+
that embeds cloud-specific control logic. The [cloud controller manager](/docs/concepts/architecture/cloud-controller/) lets you link your
1616
cluster into your cloud provider's API, and separates out the components that interact
1717
with that cloud platform from components that only interact with your cluster.
1818

content/en/docs/reference/glossary/kubelet.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ tags:
1414

1515
<!--more-->
1616

17-
The kubelet takes a set of PodSpecs that are provided through various mechanisms and ensures that the containers described in those PodSpecs are running and healthy. The kubelet doesn't manage containers which were not created by Kubernetes.
17+
18+
The [kubelet](/docs/reference/command-line-tools-reference/kubelet/) takes a set of PodSpecs that
19+
are provided through various mechanisms and ensures that the containers described in those
20+
PodSpecs are running and healthy. The kubelet doesn't manage containers which were not created by
21+
Kubernetes.

0 commit comments

Comments
 (0)