diff --git a/content/zh-cn/docs/concepts/overview/working-with-objects/names.md b/content/zh-cn/docs/concepts/overview/working-with-objects/names.md index a6f27bd406..738dc23e56 100644 --- a/content/zh-cn/docs/concepts/overview/working-with-objects/names.md +++ b/content/zh-cn/docs/concepts/overview/working-with-objects/names.md @@ -21,9 +21,9 @@ Every Kubernetes object also has a [_UID_](#uids) that is unique across your who For example, you can only have one Pod named `myapp-1234` within the same [namespace](/docs/concepts/overview/working-with-objects/namespaces/), but you can have one Pod and one Deployment that are each named `myapp-1234`. --> -集群中的每一个对象都有一个[**名称**](#names)来标识在同类资源中的唯一性。 +集群中的每一个对象都有一个[**名称**](#names)来标识在同类资源中的唯一性。 -每个 Kubernetes 对象也有一个 [**UID**](#uids)来标识在整个集群中的唯一性。 +每个 Kubernetes 对象也有一个 [**UID**](#uids) 来标识在整个集群中的唯一性。 比如,在同一个[名字空间](/zh-cn/docs/concepts/overview/working-with-objects/namespaces/) 中有一个名为 `myapp-1234` 的 Pod,但是可以命名一个 Pod 和一个 Deployment 同为 `myapp-1234`。 @@ -172,8 +172,8 @@ Some resource types have additional restrictions on their names. Kubernetes UIDs are universally unique identifiers (also known as UUIDs). UUIDs are standardized as ISO/IEC 9834-8 and as ITU-T X.667. --> -Kubernetes UID 是全局唯一标识符(也叫 UUIDs)。 -UUIDs 是标准化的,见 ISO/IEC 9834-8 和 ITU-T X.667。 +Kubernetes UID 是全局唯一标识符(也叫 UUID)。 +UUID 是标准化的,见 ISO/IEC 9834-8 和 ITU-T X.667。 ## {{% heading "whatsnext" %}} diff --git a/content/zh-cn/docs/reference/glossary/name.md b/content/zh-cn/docs/reference/glossary/name.md index 984b85f1f7..e09af437c8 100644 --- a/content/zh-cn/docs/reference/glossary/name.md +++ b/content/zh-cn/docs/reference/glossary/name.md @@ -30,7 +30,7 @@ tags: A client-provided string that refers to an object in a resource URL, such as `/api/v1/pods/some-name`. --> -客户端提供的字符串,引用资源 url 中的对象,如`/api/v1/pods/some name`。 +客户端提供的字符串,引用资源 URL 中的对象,如`/api/v1/pods/some name`。 diff --git a/content/zh-cn/docs/reference/glossary/uid.md b/content/zh-cn/docs/reference/glossary/uid.md index 13d5433ac1..b80e82c51c 100644 --- a/content/zh-cn/docs/reference/glossary/uid.md +++ b/content/zh-cn/docs/reference/glossary/uid.md @@ -38,6 +38,6 @@ Kubernetes 系统生成的字符串,唯一标识对象。 Every object created over the whole lifetime of a Kubernetes cluster has a distinct UID. It is intended to distinguish between historical occurrences of similar entities. --> -在 Kubernetes 集群的整个生命周期中创建的每个对象都有一个不同的 uid,它旨在区分类似实体的历史事件。 +在 Kubernetes 集群的整个生命周期中创建的每个对象都有一个不同的 UID,它旨在区分类似实体的历史事件。