File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
content/en/docs/concepts/architecture Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -66,15 +66,15 @@ delete the Node object to stop that health checking.
66
66
The name of a Node object must be a valid
67
67
[ DNS subdomain name] ( /docs/concepts/overview/working-with-objects/names#dns-subdomain-names ) .
68
68
69
- {{< note >}}
69
+ ### Node name uniqueness
70
+
70
71
The [ name] ( /docs/concepts/overview/working-with-objects/names#names ) identifies a Node. Two Nodes
71
72
cannot have the same name at the same time. Kubernetes also assumes that a resource with the same
72
73
name is the same object. In case of a Node, it is implicitly assumed that an instance using the
73
74
same name will have the same state (e.g. network settings, root disk contents). This may lead to
74
- inconsistencies if you modify an instance without changing its name. If you want to replace a node, you should
75
- make sure to remove the existing
76
- Node object from API server.
77
- {{< /note >}}
75
+ inconsistencies if an instance was modified without changing its name. If the Node needs to be
76
+ replaced or updated significantly, the existing Node object needs to be removed from API server
77
+ first and re-added after the update.
78
78
79
79
### Self-registration of Nodes
80
80
You can’t perform that action at this time.
0 commit comments