We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe81c57 commit df5ece0Copy full SHA for df5ece0
content/zh/docs/concepts/overview/working-with-objects/common-labels.md
@@ -116,7 +116,10 @@ to be identifiable. Every instance of an application must have a unique name.
116
117
应用可以在 Kubernetes 集群中安装一次或多次。在某些情况下,可以安装在同一命名空间中。例如,可以不止一次地为不同的站点安装不同的 WordPress。
118
119
-应用的名称和实例的名称是分别记录的。例如,某 WordPress 实例的 `app.kubernetes.io/name` 为 `wordpress`,而其实例名称表现为 `app.kubernetes.io/instance` 的属性值 `wordpress-abcxzy`。这使应用程序和应用程序的实例成为可能是可识别的。应用程序的每个实例都必须具有唯一的名称。
+应用的名称和实例的名称是分别记录的。例如,WordPress 应用的
120
+`app.kubernetes.io/name` 为 `wordpress`,而其实例名称
121
+`app.kubernetes.io/instance` 为 `wordpress-abcxzy`。
122
+这使得应用和应用的实例均可被识别,应用的每个实例都必须具有唯一的名称。
123
124
<!--
125
## Examples
0 commit comments