File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/zh/docs/concepts/overview/working-with-objects Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ metadata:
100
100
## Applications And Instances Of Applications
101
101
102
102
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 .
105
105
106
106
The name of an application and the instance name are recorded separately. For
107
107
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.
111
111
-->
112
112
# # 应用和应用实例
113
113
114
- 应用可以在 Kubernetes 集群中安装一次或多次。在某些情况下,可以安装在同一命名空间中。例如,可以不止一次地为不同的站点安装不同的 wordpress 。
114
+ 应用可以在 Kubernetes 集群中安装一次或多次。在某些情况下,可以安装在同一命名空间中。例如,可以不止一次地为不同的站点安装不同的 WordPress 。
115
115
116
116
应用的名称和实例的名称是分别记录的。例如,某 WordPress 实例的 `app.kubernetes.io/name` 为 `wordpress`,而其实例名称表现为 `app.kubernetes.io/instance` 的属性值 `wordpress-abcxzy`。这使应用程序和应用程序的实例成为可能是可识别的。应用程序的每个实例都必须具有唯一的名称。
117
117
You can’t perform that action at this time.
0 commit comments