Skip to content

Instantly share code, notes, and snippets.

@inductor
Created June 4, 2021 11:00
Show Gist options
  • Select an option

  • Save inductor/60a7401eaaf3f6c39edfbbaf62748c90 to your computer and use it in GitHub Desktop.

Select an option

Save inductor/60a7401eaaf3f6c39edfbbaf62748c90 to your computer and use it in GitHub Desktop.
git diff origin/release-1.18 origin/release-1.19 <file>
diff --git a/content/en/docs/reference/glossary/node.md b/content/en/docs/reference/glossary/node.md
index fd09ec75b..4a6df3f8d 100755
--- a/content/en/docs/reference/glossary/node.md
+++ b/content/en/docs/reference/glossary/node.md
@@ -6,14 +6,14 @@ full_link: /docs/concepts/architecture/nodes/
short_description: >
A node is a worker machine in Kubernetes.
-aka:
+aka:
tags:
- fundamental
---
A node is a worker machine in Kubernetes.
-<!--more-->
+<!--more-->
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" >}}.
-In early Kubernetes versions, Nodes were called “Minions”.
+In early Kubernetes versions, Nodes were called "Minions".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment