Skip to content

Commit 8dfb6f9

Browse files
authored
Merge pull request #28242 from HongjiangHuang/fix/common-labels
[zh]: fix common lables.md
2 parents 4bdc905 + df5ece0 commit 8dfb6f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,10 @@ to be identifiable. Every instance of an application must have a unique name.
116116

117117
应用可以在 Kubernetes 集群中安装一次或多次。在某些情况下,可以安装在同一命名空间中。例如,可以不止一次地为不同的站点安装不同的 WordPress。
118118

119-
应用的名称和实例的名称是分别记录的。例如,某 WordPress 实例的 `app.kubernetes.io/name` 为 `wordpress`,而其实例名称表现为 `app.kubernetes.io/instance` 的属性值 `wordpress-abcxzy`。这使应用程序和应用程序的实例成为可能是可识别的。应用程序的每个实例都必须具有唯一的名称。
119+
应用的名称和实例的名称是分别记录的。例如,WordPress 应用的
120+
`app.kubernetes.io/name` 为 `wordpress`,而其实例名称
121+
`app.kubernetes.io/instance` 为 `wordpress-abcxzy`。
122+
这使得应用和应用的实例均可被识别,应用的每个实例都必须具有唯一的名称。
120123

121124
<!--
122125
## Examples

0 commit comments

Comments
 (0)