Skip to content

Commit e137190

Browse files
authored
Merge pull request #22844 from huchengze/patch-24
Update common-labels.md for zh
2 parents 5408997 + a5dc50f commit e137190

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ on every resource object.
6464
| Key | Description | Example | Type |
6565
| ----------------------------------- | --------------------- | -------- | ---- |
6666
| `app.kubernetes.io/name` | The name of the application | `mysql` | string |
67-
| `app.kubernetes.io/instance` | A unique name identifying the instance of an application | `wordpress-abcxzy` | string |
67+
| `app.kubernetes.io/instance` | A unique name identifying the instance of an application | `mysql-abcxzy` | string |
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 |
@@ -73,7 +73,7 @@ on every resource object.
7373
|| 描述 | 示例 | 类型 |
7474
| ----------------------------------- | --------------------- | -------- | ---- |
7575
| `app.kubernetes.io/name` | 应用程序的名称 | `mysql` | 字符串 |
76-
| `app.kubernetes.io/instance` | 用于唯一确定应用实例的名称 | `wordpress-abcxzy` | 字符串 |
76+
| `app.kubernetes.io/instance` | 用于唯一确定应用实例的名称 | `mysql-abcxzy` | 字符串 |
7777
| `app.kubernetes.io/version` | 应用程序的当前版本(例如,语义版本,修订版哈希等) | `5.7.21` | 字符串 |
7878
| `app.kubernetes.io/component` | 架构中的组件 | `database` | 字符串 |
7979
| `app.kubernetes.io/part-of` | 此级别的更高级别应用程序的名称 | `wordpress` | 字符串 |
@@ -89,7 +89,7 @@ kind: StatefulSet
8989
metadata:
9090
labels:
9191
app.kubernetes.io/name: mysql
92-
app.kubernetes.io/instance: wordpress-abcxzy
92+
app.kubernetes.io/instance: mysql-abcxzy
9393
app.kubernetes.io/version: "5.7.21"
9494
app.kubernetes.io/component: database
9595
app.kubernetes.io/part-of: wordpress

0 commit comments

Comments
 (0)