Skip to content

Commit 46b813c

Browse files
authored
Merge pull request #33739 from my-git9/mygit26
[zh]adjust format in setup/production-environment
2 parents 63b718b + c2d19f7 commit 46b813c

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

content/zh/docs/setup/production-environment/tools/kubeadm/control-plane-flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ on different nodes you can use [patches](#patches).
109109
-->
110110
`ClusterConfiguration` 对象目前在 kubeadm 集群中是全局的。
111111
这意味着你添加的任何标志都将应用于同一组件在不同节点上的所有实例。
112-
要在不同节点上为每个组件应用单独的配置,您可以使用[补丁](#patches)
112+
要在不同节点上为每个组件应用单独的配置,你可以使用[补丁](#patches)
113113
{{< /note >}}
114114

115115
{{< note >}}

content/zh/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,15 +509,15 @@ Once a Pod network has been installed, you can confirm that it is working by
509509
checking that the CoreDNS Pod is `Running` in the output of `kubectl get pods --all-namespaces`.
510510
And once the CoreDNS Pod is up and running, you can continue by joining your nodes.
511511
-->
512-
安装 Pod 网络后,您可以通过在 `kubectl get pods --all-namespaces` 输出中检查 CoreDNS Pod 是否 `Running` 来确认其是否正常运行。
512+
安装 Pod 网络后,你可以通过在 `kubectl get pods --all-namespaces` 输出中检查 CoreDNS Pod 是否 `Running` 来确认其是否正常运行。
513513
一旦 CoreDNS Pod 启用并运行,你就可以继续加入节点。
514514

515515
<!--
516516
If your network is not working or CoreDNS is not in the `Running` state, check out the
517517
[troubleshooting guide](/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm/)
518518
for `kubeadm`.
519519
-->
520-
如果您的网络无法正常工作或 CoreDNS 不在“运行中”状态,请查看 `kubeadm`
520+
如果你的网络无法正常工作或 CoreDNS 不在“运行中”状态,请查看 `kubeadm`
521521
[故障排除指南](/zh/docs/setup/production-environment/tools/kubeadm/troubleshooting-kubeadm/)
522522

523523
<!--

content/zh/docs/setup/production-environment/tools/kubeadm/kubelet-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ This file specifies the default locations for all of the files managed by kubead
345345
作了增强:
346346

347347
{{< note >}}
348-
下面的内容只是一个例子。 如果您不想使用包管理器
348+
下面的内容只是一个例子。 如果你不想使用包管理器
349349
请遵循[没有包管理器](/zh/docs/setup/productionenvironment/tools/kubeadm/install-kubeadm/#k8s-install-2))
350350
部分中叙述的指南。
351351
{{< /note >}}

content/zh/docs/setup/production-environment/windows/user-guide-windows-containers.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Windows applications constitute a large portion of the services and applications
2121
This guide walks you through the steps to configure and deploy a Windows container in Kubernetes.
2222
-->
2323
Windows 应用程序构成了许多组织中运行的服务和应用程序的很大一部分。
24-
本指南将引导您完成在 Kubernetes 中配置和部署 Windows 容器的步骤。
24+
本指南将引导你完成在 Kubernetes 中配置和部署 Windows 容器的步骤。
2525

2626
<!-- body -->
2727

@@ -34,7 +34,7 @@ Windows 应用程序构成了许多组织中运行的服务和应用程序的很
3434
## 目标
3535

3636
* 配置一个示例 deployment 以在 Windows 节点上运行 Windows 容器
37-
* (可选)使用组托管服务帐户(GMSA)为您的 Pod 配置 Active Directory 身份
37+
* (可选)使用组托管服务帐户(GMSA)为你的 Pod 配置 Active Directory 身份
3838

3939
<!--
4040
## Before you begin
@@ -64,7 +64,7 @@ Create a service spec named `win-webserver.yaml` with the contents below:
6464
-->
6565
## 入门:部署 Windows 容器
6666

67-
要在 Kubernetes 上部署 Windows 容器,您必须首先创建一个示例应用程序
67+
要在 Kubernetes 上部署 Windows 容器,你必须首先创建一个示例应用程序
6868
下面的示例 YAML 文件创建了一个简单的 Web 服务器应用程序。
6969
创建一个名为 `win-webserver.yaml` 的服务规约,其内容如下:
7070

@@ -169,7 +169,7 @@ the container port 80 is exposed directly to the service.
169169

170170
* Windows 节点上每个 Pod 有两个容器,使用 `docker ps`
171171
* Linux 控制平面节点列出两个 Pod,使用 `kubectl get pods`
172-
* 跨网络的节点到 Pod 通信,从 Linux 控制平面节点 `curl` 您的 pod IPs 的端口80,以检查 Web 服务器响应
172+
* 跨网络的节点到 Pod 通信,从 Linux 控制平面节点 `curl` 你的 pod IPs 的端口80,以检查 Web 服务器响应
173173
* Pod 到 Pod 的通信,使用 docker exec 或 kubectl exec 在 Pod 之间
174174
(以及跨主机,如果你有多个 Windows 节点)进行 ping 操作
175175
* 服务到 Pod 的通信,从 Linux 控制平面节点和各个 Pod 中 `curl` 虚拟服务 IP
@@ -348,7 +348,7 @@ it could easily be modified to automatically add a taint when running on Windows
348348
-->
349349
但是,我们了解到,在许多情况下,用户都有既存的大量的 Linux 容器部署,以及一个现成的配置生态系统,
350350
例如社区 Helm charts,以及程序化 Pod 生成案例,例如 Operators。
351-
在这些情况下,您可能会不愿意更改配置添加 nodeSelector。替代方法是使用污点。
351+
在这些情况下,你可能会不愿意更改配置添加 nodeSelector。替代方法是使用污点。
352352
由于 kubelet 可以在注册期间设置污点,因此可以轻松修改它,使其仅在 Windows 上运行时自动添加污点。
353353

354354
<!--
@@ -393,7 +393,7 @@ Kubernetes 1.17 automatically adds a new label `node.kubernetes.io/windows-build
393393
If you're running an older version, then it's recommended to add this label manually to Windows nodes.
394394
-->
395395
Kubernetes 1.17 自动添加了一个新标签 `node.kubernetes.io/windows-build` 来简化此操作。
396-
如果您运行的是旧版本,则建议手动将此标签添加到 Windows 节点。
396+
如果你运行的是旧版本,则建议手动将此标签添加到 Windows 节点。
397397

398398
<!--
399399
This label reflects the Windows major, minor, and build number that need to match for compatibility.

0 commit comments

Comments
 (0)