@@ -64,7 +64,7 @@ on every resource object.
64
64
| Key | Description | Example | Type |
65
65
| ----------------------------------- | --------------------- | -------- | ---- |
66
66
| `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 |
68
68
| `app.kubernetes.io/version` | The current version of the application (e.g., a semantic version, revision hash, etc.) | `5.7.21` | string |
69
69
| `app.kubernetes.io/component` | The component within the architecture | `database` | string |
70
70
| `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.
73
73
| 键 | 描述 | 示例 | 类型 |
74
74
| ----------------------------------- | --------------------- | -------- | ---- |
75
75
| ` app.kubernetes.io/name ` | 应用程序的名称 | ` mysql ` | 字符串 |
76
- | ` app.kubernetes.io/instance ` | 用于唯一确定应用实例的名称 | ` wordpress -abcxzy` | 字符串 |
76
+ | ` app.kubernetes.io/instance ` | 用于唯一确定应用实例的名称 | ` mysql -abcxzy` | 字符串 |
77
77
| ` app.kubernetes.io/version ` | 应用程序的当前版本(例如,语义版本,修订版哈希等) | ` 5.7.21 ` | 字符串 |
78
78
| ` app.kubernetes.io/component ` | 架构中的组件 | ` database ` | 字符串 |
79
79
| ` app.kubernetes.io/part-of ` | 此级别的更高级别应用程序的名称 | ` wordpress ` | 字符串 |
@@ -89,7 +89,7 @@ kind: StatefulSet
89
89
metadata :
90
90
labels :
91
91
app.kubernetes.io/name : mysql
92
- app.kubernetes.io/instance : wordpress -abcxzy
92
+ app.kubernetes.io/instance : mysql -abcxzy
93
93
app.kubernetes.io/version : " 5.7.21"
94
94
app.kubernetes.io/component : database
95
95
app.kubernetes.io/part-of : wordpress
0 commit comments