Skip to content

Commit 7a5da05

Browse files
add inconistency message to Nodes page as well
1 parent 6c60620 commit 7a5da05

File tree

1 file changed

+9
-0
lines changed
  • content/en/docs/concepts/architecture

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +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 >}}
70+
The [name](/docs/concepts/overview/working-with-objects/names#names) identifies a Node. Two Nodes
71+
cannot have the same name at the same time. Kubernetes also assumes that a resource with the same
72+
name is the same object. In case of a Node, it is implicitly assumed that an instance using the
73+
same name will have the same state (e.g. network settings, root disk contents). This may lead to
74+
inconsistencies if instance was altered without the change of a name or deleting and re-creating the
75+
Node object from API server.
76+
{{< /note >}}
77+
6978
### Self-registration of Nodes
7079

7180
When the kubelet flag `--register-node` is true (the default), the kubelet will attempt to

0 commit comments

Comments
 (0)