Skip to content

Commit 6c60620

Browse files
added note about the name being an identifier
1 parent 34e8b55 commit 6c60620

File tree

1 file changed

+4
-0
lines changed
  • content/en/docs/concepts/overview/working-with-objects

1 file changed

+4
-0
lines changed

content/en/docs/concepts/overview/working-with-objects/names.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ For non-unique user-provided attributes, Kubernetes provides [labels](/docs/conc
2424

2525
{{< glossary_definition term_id="name" length="all" >}}
2626

27+
{{< note >}}
28+
In cases when objects represent a physical entity (like Node represent a physical host), when host is re-created under the same name without deleting and re-creating a Node, Kubernetes will treat it as a same thing, which may lead to inconsistencies.
29+
{{< /note >}}
30+
2731
Below are three types of commonly used name constraints for resources.
2832

2933
### DNS Subdomain Names

0 commit comments

Comments
 (0)