Skip to content

Commit aa9384e

Browse files
Tim Bannisterraelga
authored andcommitted
Tweak glossary definition for Node (#14317)
* Tweak glossary definition for Node The services (eg kubelet) that run on a Node are not the kind of Service that the Kubernetes API knows about. Reword accordingly. Also, highlight that Docker is one container runtime and that there are others. * Adopt suggestions from #14523 Co-Authored-By: Rael Garcia <[email protected]>
1 parent 8b2b09e commit aa9384e

File tree

1 file changed

+1
-2
lines changed
  • content/en/docs/reference/glossary

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ tags:
1414

1515
<!--more-->
1616

17-
A worker machine may be a VM or physical machine, depending on the cluster. It has the {{< glossary_tooltip text="Services" term_id="service" >}} necessary to run {{< glossary_tooltip text="Pods" term_id="pod" >}} and is managed by the master components. The {{< glossary_tooltip text="Services" term_id="service" >}} on a node include Docker, kubelet and kube-proxy.
18-
17+
A worker node may be a VM or physical machine, depending on the cluster. It has local daemons or services necessary to run {{< glossary_tooltip text="Pods" term_id="pod" >}} and is managed by the control plane. The daemons on a node include {{< glossary_tooltip text="kubelet" term_id="kubelet" >}}, {{< glossary_tooltip text="kube-proxy" term_id="kube-proxy" >}}, and a container runtime implementing the {{< glossary_tooltip text="CRI" term_id="cri" >}} such as {{< glossary_tooltip term_id="docker" >}}.

0 commit comments

Comments
 (0)