From 24e4076ad3ccdd7068de12163a63a45eb37d07d6 Mon Sep 17 00:00:00 2001 From: "xin.li" Date: Mon, 16 May 2022 21:51:04 +0800 Subject: [PATCH] [zh] Update configure-pod-container Signed-off-by: xin.li --- .../port-forward-access-application-cluster.md | 2 +- .../configure-projected-volume-storage.md | 2 +- .../configure-pod-container/pull-image-private-registry.md | 2 +- .../tasks/configure-pod-container/share-process-namespace.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/zh/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md b/content/zh/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md index 6c9b830116..ecedeb37fe 100644 --- a/content/zh/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md +++ b/content/zh/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md @@ -308,7 +308,7 @@ local workstation to debug the database that is running in the Pod. ## 讨论 {#discussion} 与本地 28015 端口建立的连接将转发到运行 MongoDB 服务器的 Pod 的 27017 端口。 -通过此连接,您可以使用本地工作站来调试在 Pod 中运行的数据库。 +通过此连接,你可以使用本地工作站来调试在 Pod 中运行的数据库。 -当出现提示时,输入您的 Docker ID 和登录凭证(访问令牌、 +当出现提示时,输入你的 Docker ID 和登录凭证(访问令牌、 或 Docker ID 的密码)。 登录过程会创建或更新保存有授权令牌的 `config.json` 文件。 diff --git a/content/zh/docs/tasks/configure-pod-container/share-process-namespace.md b/content/zh/docs/tasks/configure-pod-container/share-process-namespace.md index 91e9e53733..e4144739a5 100644 --- a/content/zh/docs/tasks/configure-pod-container/share-process-namespace.md +++ b/content/zh/docs/tasks/configure-pod-container/share-process-namespace.md @@ -34,7 +34,7 @@ You can use this feature to configure cooperating containers, such as a log handler sidecar container, or to troubleshoot container images that don't include debugging utilities like a shell. --> -您可以使用此功能来配置协作容器,比如日志处理 sidecar 容器,或者对那些不包含诸如 shell 等调试实用工具的镜像进行故障排查。 +你可以使用此功能来配置协作容器,比如日志处理 sidecar 容器,或者对那些不包含诸如 shell 等调试实用工具的镜像进行故障排查。 @@ -110,7 +110,7 @@ Process Namespace Sharing is enabled using the `ShareProcessNamespace` field of You can signal processes in other containers. For example, send `SIGHUP` to nginx to restart the worker process. This requires the `SYS_PTRACE` capability. --> -您可以在其他容器中对进程发出信号。例如,发送 `SIGHUP` 到 nginx 以重启工作进程。这需要 `SYS_PTRACE` 功能。 +你可以在其他容器中对进程发出信号。例如,发送 `SIGHUP` 到 nginx 以重启工作进程。这需要 `SYS_PTRACE` 功能。 ``` / # kill -HUP 8