Skip to content

Commit 607e086

Browse files
converted Node to a separate section
1 parent eb4b67d commit 607e086

File tree

1 file changed

+5
-5
lines changed
  • content/en/docs/concepts/architecture

1 file changed

+5
-5
lines changed

content/en/docs/concepts/architecture/nodes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ delete the Node object to stop that health checking.
6666
The name of a Node object must be a valid
6767
[DNS subdomain name](/docs/concepts/overview/working-with-objects/names#dns-subdomain-names).
6868

69-
{{< note >}}
69+
### Node name uniqueness
70+
7071
The [name](/docs/concepts/overview/working-with-objects/names#names) identifies a Node. Two Nodes
7172
cannot have the same name at the same time. Kubernetes also assumes that a resource with the same
7273
name is the same object. In case of a Node, it is implicitly assumed that an instance using the
7374
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.
7878

7979
### Self-registration of Nodes
8080

0 commit comments

Comments
 (0)