add tooltips to "kubelet" term definition, but no more than one tooltip per term per file

pull/43202/head
Kiril Isakov 2023-09-25 16:21:56 +02:00 committed by GitHub
parent e1a5807e67
commit d54cc02a48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@ tags:
- cri
---
The main protocol for the communication between the kubelet and Container Runtime.
The main protocol for the communication between the {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} and Container Runtime.
<!--more-->

View File

@ -12,7 +12,7 @@ tags:
- fundamental
---
The container runtime interface (CRI) is an API for container runtimes
to integrate with kubelet on a node.
to integrate with {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} on a node.
<!--more-->
For more information, see the [CRI](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md) API and specifications.

View File

@ -10,7 +10,7 @@ aka:
tags:
- fundamental
---
The dockershim is a component of Kubernetes version 1.23 and earlier. It allows the kubelet
The dockershim is a component of Kubernetes version 1.23 and earlier. It allows the {{< glossary_tooltip text="kubelet" term_id="kubelet" >}}
to communicate with {{< glossary_tooltip text="Docker Engine" term_id="docker" >}}.
<!--more-->

View File

@ -9,7 +9,7 @@ aka:
tags:
- fundamental
---
A {{< glossary_tooltip text="pod" term_id="pod" >}} object that a kubelet uses
A {{< glossary_tooltip text="pod" term_id="pod" >}} object that a {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} uses
to represent a {{< glossary_tooltip text="static pod" term_id="static-pod" >}}
<!--more-->

View File

@ -10,7 +10,7 @@ short_description: >
tags:
- tool
---
A check that the kubelet periodically performs against a container that is
A check that the {{< glossary_tooltip text="kubelet" term_id="kubelet" >}} periodically performs against a container that is
running in a pod, that will define container's state and health and informing container's lifecycle.
<!--more-->

View File

@ -11,7 +11,7 @@ tags:
- fundamental
---
A {{< glossary_tooltip text="pod" term_id="pod" >}} managed directly by the kubelet
A {{< glossary_tooltip text="pod" term_id="pod" >}} managed directly by the {{< glossary_tooltip text="kubelet" term_id="kubelet" >}}
daemon on a specific node,
<!--more-->