Skip to content

Commit eb9d9db

Browse files
authored
Merge pull request #33740 from my-git9/mygit27
[zh] adjust tasks-2
2 parents 46b813c + 24e4076 commit eb9d9db

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

content/zh/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ local workstation to debug the database that is running in the Pod.
308308
## 讨论 {#discussion}
309309

310310
与本地 28015 端口建立的连接将转发到运行 MongoDB 服务器的 Pod 的 27017 端口。
311-
通过此连接,您可以使用本地工作站来调试在 Pod 中运行的数据库。
311+
通过此连接,你可以使用本地工作站来调试在 Pod 中运行的数据库。
312312

313313
<!--
314314
`kubectl port-forward` is implemented for TCP ports only.

content/zh/docs/tasks/configure-pod-container/configure-projected-volume-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Here is the configuration file for the Pod:
4646

4747
## 为 Pod 配置 projected 卷
4848

49-
本练习中,您将从本地文件来创建包含有用户名和密码的 Secret。然后创建运行一个容器的 Pod,
49+
本练习中,你将从本地文件来创建包含有用户名和密码的 Secret。然后创建运行一个容器的 Pod,
5050
该 Pod 使用[`projected`](/zh/docs/concepts/storage/volumes/#projected) 卷将 Secret 挂载到相同的路径下。
5151

5252
下面是 Pod 的配置文件:

content/zh/docs/tasks/configure-pod-container/pull-image-private-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The login process creates or updates a `config.json` file that holds an authoriz
6363
6464
View the `config.json` file:
6565
-->
66-
当出现提示时,输入您的 Docker ID 和登录凭证(访问令牌、
66+
当出现提示时,输入你的 Docker ID 和登录凭证(访问令牌、
6767
或 Docker ID 的密码)。
6868

6969
登录过程会创建或更新保存有授权令牌的 `config.json` 文件。

content/zh/docs/tasks/configure-pod-container/share-process-namespace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can use this feature to configure cooperating containers, such as a log
3434
handler sidecar container, or to troubleshoot container images that don't
3535
include debugging utilities like a shell.
3636
-->
37-
您可以使用此功能来配置协作容器,比如日志处理 sidecar 容器,或者对那些不包含诸如 shell 等调试实用工具的镜像进行故障排查。
37+
你可以使用此功能来配置协作容器,比如日志处理 sidecar 容器,或者对那些不包含诸如 shell 等调试实用工具的镜像进行故障排查。
3838

3939

4040

@@ -110,7 +110,7 @@ Process Namespace Sharing is enabled using the `ShareProcessNamespace` field of
110110
You can signal processes in other containers. For example, send `SIGHUP` to
111111
nginx to restart the worker process. This requires the `SYS_PTRACE` capability.
112112
-->
113-
您可以在其他容器中对进程发出信号。例如,发送 `SIGHUP` 到 nginx 以重启工作进程。这需要 `SYS_PTRACE` 功能。
113+
你可以在其他容器中对进程发出信号。例如,发送 `SIGHUP` 到 nginx 以重启工作进程。这需要 `SYS_PTRACE` 功能。
114114

115115
```
116116
/ # kill -HUP 8

0 commit comments

Comments
 (0)