Skip to content

Commit 4095099

Browse files
SergeyKanzhelevTim Bannister
andauthored
Update content/en/docs/concepts/architecture/nodes.md
Co-authored-by: Tim Bannister <[email protected]>
1 parent 7a5da05 commit 4095099

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ The [name](/docs/concepts/overview/working-with-objects/names#names) identifies
7171
cannot have the same name at the same time. Kubernetes also assumes that a resource with the same
7272
name is the same object. In case of a Node, it is implicitly assumed that an instance using the
7373
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
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
7576
Node object from API server.
7677
{{< /note >}}
7778

@@ -367,4 +368,3 @@ For example, if `ShutdownGracePeriod=30s`, and `ShutdownGracePeriodCriticalPods=
367368
* Read the [Node](https://git.k8s.io/community/contributors/design-proposals/architecture/architecture.md#the-kubernetes-node)
368369
section of the architecture design document.
369370
* Read about [taints and tolerations](/docs/concepts/scheduling-eviction/taint-and-toleration/).
370-

0 commit comments

Comments
 (0)