Skip to content

Commit eaa215e

Browse files
committed
sync concepts/overview/working-with-objects/common-labels.md
Signed-off-by: Rui Chen <[email protected]>
1 parent d60462e commit eaa215e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ on every resource object.
6868
| `app.kubernetes.io/version` | The current version of the application (e.g., a semantic version, revision hash, etc.) | `5.7.21` | string |
6969
| `app.kubernetes.io/component` | The component within the architecture | `database` | string |
7070
| `app.kubernetes.io/part-of` | The name of a higher level application this one is part of | `wordpress` | string |
71-
| `app.kubernetes.io/managed-by` | The tool being used to manage the operation of an application | `helm` | string |
71+
| `app.kubernetes.io/managed-by` | The tool being used to manage the operation of an application | `helm` | string |
72+
| `app.kubernetes.io/created-by` | The controller/user who created this resource | `controller-manager` | string |
7273
-->
7374
|| 描述 | 示例 | 类型 |
7475
| ----------------------------------- | --------------------- | -------- | ---- |
@@ -77,7 +78,8 @@ on every resource object.
7778
| `app.kubernetes.io/version` | 应用程序的当前版本(例如,语义版本,修订版哈希等) | `5.7.21` | 字符串 |
7879
| `app.kubernetes.io/component` | 架构中的组件 | `database` | 字符串 |
7980
| `app.kubernetes.io/part-of` | 此级别的更高级别应用程序的名称 | `wordpress` | 字符串 |
80-
| `app.kubernetes.io/managed-by` | 用于管理应用程序的工具 | `helm` | 字符串 |
81+
| `app.kubernetes.io/managed-by` | 用于管理应用程序的工具 | `helm` | 字符串 |
82+
| `app.kubernetes.io/created-by` | 创建该资源的控制器或者用户 | `controller-manager` | 字符串 |
8183
<!--
8284
To illustrate these labels in action, consider the following StatefulSet object:
8385
-->
@@ -94,6 +96,7 @@ metadata:
9496
app.kubernetes.io/component: database
9597
app.kubernetes.io/part-of: wordpress
9698
app.kubernetes.io/managed-by: helm
99+
app.kubernetes.io/created-by: controller-manager
97100
```
98101
99102
<!--
@@ -253,5 +256,3 @@ metadata:
253256
With the MySQL `StatefulSet` and `Service` you'll notice information about both MySQL and Wordpress, the broader application, are included.
254257
-->
255258
使用 MySQL `StatefulSet` 和 `Service`,您会注意到有关 MySQL 和 Wordpress 的信息,包括更广泛的应用程序。
256-
257-

0 commit comments

Comments
 (0)