Skip to content

Commit cfbc937

Browse files
committed
[zh-cn] sync annotations labels owners-dependents object-management
Signed-off-by: xin.li
1 parent de688b0 commit cfbc937

File tree

4 files changed

+17
-10
lines changed

4 files changed

+17
-10
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ weight: 60
1414

1515
19-
你可以使用 Kubernetes 注解为对象附加任意的非标识的元数据。客户端程序(例如工具和库)能够获取这些元数据信息。
20+
你可以使用 Kubernetes 注解为{{< glossary_tooltip text="对象" term_id="object" >}}附加任意的非标识的元数据。
21+
客户端程序(例如工具和库)能够获取这些元数据信息。
2022

2123
2224
content/zh-cn/docs/concepts/overview/working-with-objects/labels.md
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,17 @@ weight: 40
1414
1515

1616
25-
**标签(Labels)** 是附加到 Kubernetes 对象(比如 Pod)上的键值对。
26+
**标签(Labels)** 是附加到 Kubernetes
27+
{{< glossary_tooltip text="对象" term_id="object" >}}(比如 Pod)上的键值对。
2628
标签旨在用于指定对用户有意义且相关的对象的标识属性,但不直接对核心系统有语义含义。
2729
标签可以用于组织和选择对象的子集。标签可以在创建时附加到对象,随后可以随时添加和修改。
2830
每个对象都可以定义一组键/值标签。每个键对于给定对象必须是唯一的。

content/zh-cn/docs/concepts/overview/working-with-objects/object-management.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ weight: 20
77
88
14-
`kubectl` 命令行工具支持多种不同的方式来创建和管理 Kubernetes 对象。
14+
`kubectl` 命令行工具支持多种不同的方式来创建和管理 Kubernetes
15+
{{< glossary_tooltip text="对象" term_id="object" >}}。
1516
本文档概述了不同的方法。
1617
阅读 [Kubectl book](https://kubectl.docs.kubernetes.io/zh/) 来了解 kubectl
1718
管理对象的详细信息。

content/zh-cn/docs/concepts/overview/working-with-objects/owners-dependents.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ weight: 60
1212
1313

1414
1820

1921
在 Kubernetes 中,一些{{< glossary_tooltip text="对象" term_id="Object" >}}是其他对象的“属主(Owner)”。
@@ -22,12 +24,12 @@ In Kubernetes, some {{< glossary_tooltip text="objects" term_id="Object" >}} are
2224

2325
3234
属主关系不同于一些资源使用的[标签和选择算符](/zh-cn/docs/concepts/overview/working-with-objects/labels/)机制。
3335
例如,有一个创建 `EndpointSlice` 对象的 Service,

0 commit comments

Comments
 (0)