Skip to content

Commit df09719

Browse files
authored
Merge pull request #33734 from my-git9/mygit24
[zh] adjust format in content/zh/docs/tasks-1
2 parents b88a437 + 30b7563 commit df09719

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

content/zh/docs/tasks/debug/debug-application/debug-running-pod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Events:
147147
<!--
148148
Here you can see configuration information about the container(s) and Pod (labels, resource requirements, etc.), as well as status information about the container(s) and Pod (state, readiness, restart count, events, etc.).
149149
-->
150-
在这里,您可以看到有关容器和 Pod 的配置信息(标签、资源需求等),
150+
在这里,你可以看到有关容器和 Pod 的配置信息(标签、资源需求等),
151151
以及有关容器和 Pod 的状态信息(状态、就绪、重启计数、事件等) 。
152152

153153
<!--

content/zh/docs/tasks/extend-kubernetes/http-proxy-access-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This page shows how to use an HTTP proxy to access the Kubernetes API.
2727
* If you do not already have an application running in your cluster, start
2828
a Hello world application by entering this command:
2929
-->
30-
* 如果您的集群中还没有任何应用,使用如下命令启动一个 Hello World 应用:
30+
* 如果你的集群中还没有任何应用,使用如下命令启动一个 Hello World 应用:
3131

3232
```shell
3333
kubectl create deployment node-hello --image=gcr.io/google-samples/node-hello:1.0 --port=8080

content/zh/docs/tasks/inject-data-application/define-environment-variable-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ container.
135135
-->
136136
## 在配置中使用环境变量
137137
138-
您在 Pod 的配置中定义的环境变量可以在配置的其他地方使用,
138+
你在 Pod 的配置中定义的环境变量可以在配置的其他地方使用,
139139
例如可用在为 Pod 的容器设置的命令和参数中。
140140
在下面的示例配置中,环境变量 `GREETING` ,`HONORIFIC` 和 `NAME` 分别设置为 `Warm greetings to` ,
141141
`The Most Honorable` 和 `Kubernetes`。然后这些环境变量在传递给容器 `env-print-demo` 的 CLI 参数中使用。

content/zh/docs/tasks/run-application/run-replicated-stateful-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ on general patterns for running stateful applications in Kubernetes.
6464
[服务](/zh/docs/concepts/services-networking/service/)
6565
[ConfigMap](/zh/docs/tasks/configure-pod-container/configure-pod-configmap/).
6666
* 熟悉 MySQL 会有所帮助,但是本教程旨在介绍对其他系统应该有用的常规模式。
67-
* 您正在使用默认命名空间或不包含任何冲突对象的另一个命名空间
67+
* 你正在使用默认命名空间或不包含任何冲突对象的另一个命名空间
6868

6969
## {{% heading "objectives" %}}
7070

content/zh/docs/tasks/service-catalog/install-service-catalog-using-sc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ If you would like to uninstall Service Catalog from your Kubernetes cluster usin
114114
-->
115115
## 卸载服务目录
116116

117-
如果您想使用 `sc` 工具从 Kubernetes 集群卸载服务目录,请运行:
117+
如果你想使用 `sc` 工具从 Kubernetes 集群卸载服务目录,请运行:
118118

119119
```shell
120120
sc uninstall

0 commit comments

Comments
 (0)