Skip to content

Commit 2cfd99b

Browse files
authored
Merge pull request #43202 from kirisakow/fix-pr-42046
Add tooltips for "kubelet" to glossary entries
2 parents 873472d + fd3c1aa commit 2cfd99b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

content/en/docs/reference/glossary/container-runtime-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags:
1111
- cri
1212
---
1313

14-
The main protocol for the communication between the kubelet and Container Runtime.
14+
The main protocol for the communication between the {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} and Container Runtime.
1515

1616
<!--more-->
1717

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tags:
1212
- fundamental
1313
---
1414
The container runtime interface (CRI) is an API for container runtimes
15-
to integrate with kubelet on a node.
15+
to integrate with the {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} on a node.
1616
<!--more-->
1717

1818
For more information, see the [CRI](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md) API and specifications.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aka:
1010
tags:
1111
- fundamental
1212
---
13-
The dockershim is a component of Kubernetes version 1.23 and earlier. It allows the kubelet
13+
The dockershim is a component of Kubernetes version 1.23 and earlier. It allows the {{< glossary_tooltip text="kubelet" term_id="kubelet" >}}
1414
to communicate with {{< glossary_tooltip text="Docker Engine" term_id="docker" >}}.
1515

1616
<!--more-->

content/en/docs/reference/glossary/mirror-pod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ aka:
99
tags:
1010
- fundamental
1111
---
12-
A {{< glossary_tooltip text="pod" term_id="pod" >}} object that a kubelet uses
12+
A {{< glossary_tooltip text="pod" term_id="pod" >}} object that a {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} uses
1313
to represent a {{< glossary_tooltip text="static pod" term_id="static-pod" >}}
1414

1515
<!--more-->

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ short_description: >
1010
tags:
1111
- tool
1212
---
13-
A check that the kubelet periodically performs against a container that is
13+
A check that the {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} periodically performs against a container that is
1414
running in a pod, that will define container's state and health and informing container's lifecycle.
1515

1616
<!--more-->

content/en/docs/reference/glossary/static-pod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags:
1111
- fundamental
1212
---
1313

14-
A {{< glossary_tooltip text="pod" term_id="pod" >}} managed directly by the kubelet
14+
A {{< glossary_tooltip text="pod" term_id="pod" >}} managed directly by the {{< glossary_tooltip text="kubelet" term_id="kubelet" >}}
1515
daemon on a specific node,
1616
<!--more-->
1717

0 commit comments

Comments
 (0)