We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0872e8e + b930314 commit d159608Copy full SHA for d159608
content/en/docs/concepts/architecture/nodes.md
@@ -33,7 +33,7 @@ There are two main ways to have Nodes added to the {{< glossary_tooltip text="AP
33
1. The kubelet on a node self-registers to the control plane
34
2. You (or another human user) manually add a Node object
35
36
-After you create a Node object, or the kubelet on a node self-registers, the
+After you create a Node {{< glossary_tooltip text="object" term_id="object" >}}, or the kubelet on a node self-registers, the
37
control plane checks whether the new Node object is valid. For example, if you
38
try to create a Node from the following JSON manifest:
39
0 commit comments