Skip to content

Commit eb4b67d

Browse files
Update content/en/docs/concepts/overview/working-with-objects/names.md
Co-authored-by: Celeste Horgan <[email protected]>
1 parent 4095099 commit eb4b67d

File tree

1 file changed

+1
-2
lines changed
  • content/en/docs/concepts/overview/working-with-objects

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For non-unique user-provided attributes, Kubernetes provides [labels](/docs/conc
2525
{{< glossary_definition term_id="name" length="all" >}}
2626

2727
{{< 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.
28+
In cases when objects represent a physical entity, like a Node representing a physical host, when the host is re-created under the same name without deleting and re-creating the Node, Kubernetes treats the new host as the old one, which may lead to inconsistencies.
2929
{{< /note >}}
3030

3131
Below are three types of commonly used name constraints for resources.
@@ -90,4 +90,3 @@ UUIDs are standardized as ISO/IEC 9834-8 and as ITU-T X.667.
9090
9191
* Read about [labels](/docs/concepts/overview/working-with-objects/labels/) in Kubernetes.
9292
* See the [Identifiers and Names in Kubernetes](https://git.k8s.io/community/contributors/design-proposals/architecture/identifiers.md) design document.
93-

0 commit comments

Comments
 (0)