Skip to content

Commit 42f7ec3

Browse files
authored
Merge pull request #25980 from Arhell/correct
[zh] corrected instance of WordPress written incorrectly
2 parents 8fea26e + 695ad01 commit 42f7ec3

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
@@ -100,8 +100,8 @@ metadata:
100100
## Applications And Instances Of Applications
101101
102102
An application can be installed one or more times into a Kubernetes cluster and,
103-
in some cases, the same namespace. For example, wordpress can be installed more
104-
than once where different websites are different installations of wordpress.
103+
in some cases, the same namespace. For example, WordPress can be installed more
104+
than once where different websites are different installations of WordPress.
105105
106106
The name of an application and the instance name are recorded separately. For
107107
example, WordPress has a `app.kubernetes.io/name` of `wordpress` while it has
@@ -111,7 +111,7 @@ to be identifiable. Every instance of an application must have a unique name.
111111
-->
112112
## 应用和应用实例
113113

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

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

0 commit comments

Comments
 (0)