Skip to content

Commit 05c1eb0

Browse files
committed
[zh]: fix names.md
1 parent fe81c57 commit 05c1eb0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For non-unique user-provided attributes, Kubernetes provides [labels](/docs/user
4141
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.
4242
-->
4343
当对象所代表的是一个物理实体(例如代表一台物理主机的 Node)时,
44-
如果在 Node 对象未被删除并重建的条件下,创新创建了同名的物理主机
44+
如果在 Node 对象未被删除并重建的条件下,重新创建了同名的物理主机
4545
则 Kubernetes 会将新的主机看作是老的主机,这可能会带来某种不一致性。
4646
{{< /note >}}
4747

0 commit comments

Comments
 (0)