File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
content/en/docs/concepts/architecture Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +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 >}}
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
+
69
78
### Self-registration of Nodes
70
79
71
80
When the kubelet flag ` --register-node ` is true (the default), the kubelet will attempt to
You can’t perform that action at this time.
0 commit comments