From 05c1eb0030968241425805bf1482ca90f9169fdc Mon Sep 17 00:00:00 2001 From: Albert Date: Thu, 3 Jun 2021 16:30:14 +0800 Subject: [PATCH] [zh]: fix names.md --- content/zh/docs/concepts/overview/working-with-objects/names.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/concepts/overview/working-with-objects/names.md b/content/zh/docs/concepts/overview/working-with-objects/names.md index 5e0c59ae6d..09e767ea9c 100644 --- a/content/zh/docs/concepts/overview/working-with-objects/names.md +++ b/content/zh/docs/concepts/overview/working-with-objects/names.md @@ -41,7 +41,7 @@ For non-unique user-provided attributes, Kubernetes provides [labels](/docs/user 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. --> 当对象所代表的是一个物理实体(例如代表一台物理主机的 Node)时, -如果在 Node 对象未被删除并重建的条件下,创新创建了同名的物理主机, +如果在 Node 对象未被删除并重建的条件下,重新创建了同名的物理主机, 则 Kubernetes 会将新的主机看作是老的主机,这可能会带来某种不一致性。 {{< /note >}}