From 110d8c132cf2e5c5d32fe870aafacd175bca8b3c Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Sat, 25 May 2019 18:37:08 +0100 Subject: [PATCH] Adopt suggestions from https://github.com/kubernetes/website/pull/14523 Co-Authored-By: Rael Garcia --- content/en/docs/reference/glossary/node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/glossary/node.md b/content/en/docs/reference/glossary/node.md index d569c178eb027..a67ecf488d854 100755 --- a/content/en/docs/reference/glossary/node.md +++ b/content/en/docs/reference/glossary/node.md @@ -14,4 +14,4 @@ tags: -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 components. The daemons on a node include {{< glossary_tooltip text="kubelet" term_id="kubelet" >}}, kube-proxy, and a container runtime such as {{< glossary_tooltip term_id="docker" >}}. +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" >}}.