[zh]: fix common lables.md

This commit is contained in:
Albert 2021-06-03 16:25:39 +08:00
parent fe81c57bee
commit df5ece0a1d
1 changed files with 4 additions and 1 deletions

View File

@ -116,7 +116,10 @@ to be identifiable. Every instance of an application must have a unique name.
应用可以在 Kubernetes 集群中安装一次或多次。在某些情况下,可以安装在同一命名空间中。例如,可以不止一次地为不同的站点安装不同的 WordPress。
应用的名称和实例的名称是分别记录的。例如,某 WordPress 实例的 `app.kubernetes.io/name``wordpress`,而其实例名称表现为 `app.kubernetes.io/instance` 的属性值 `wordpress-abcxzy`。这使应用程序和应用程序的实例成为可能是可识别的。应用程序的每个实例都必须具有唯一的名称。
应用的名称和实例的名称是分别记录的。例如WordPress 应用的
`app.kubernetes.io/name``wordpress`,而其实例名称
`app.kubernetes.io/instance``wordpress-abcxzy`
这使得应用和应用的实例均可被识别,应用的每个实例都必须具有唯一的名称。
<!--
## Examples