Skip to content

Commit c8c8c43

Browse files
authored
Merge pull request #34561 from Michelle951/patch-2
[zh-cn] Update setup/production-environment/_index.md
2 parents 39a69eb + 7dd903a commit c8c8c43

File tree

1 file changed

+6
-6
lines changed
  • content/zh-cn/docs/setup/production-environment

1 file changed

+6
-6
lines changed

content/zh-cn/docs/setup/production-environment/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ is configured to run Kubernetes pods.
152152

153153
在生产质量的 Kubernetes 集群中,控制面用不同的方式来管理集群和可以
154154
分布到多个计算机上的服务。每个工作节点则代表的是一个可配置来运行
155-
Kubernetes Pods 的实体。
155+
Kubernetes Pod 的实体。
156156

157157
<!--
158158
### Production control plane
@@ -180,7 +180,7 @@ If keeping the cluster up and running
180180
and ensuring that it can be repaired if something goes wrong is important,
181181
consider these steps:
182182
-->
183-
如果你需要一个更为持久的、高可用的集群,那么你就需要考虑扩展控制面的方式
183+
如果你需要一个更为持久的、高可用的集群,那么就需要考虑扩展控制面的方式
184184
根据设计,运行在一台机器上的单机控制面服务不是高可用的。
185185
如果保持集群处于运行状态并且需要确保在出现问题时能够被修复这点很重要,
186186
可以考虑以下步骤:
@@ -205,7 +205,7 @@ during deployment or you can generate them using your own certificate authority.
205205
See [PKI certificates and requirements](/docs/setup/best-practices/certificates/) for details.
206206
-->
207207
- *管理证书*:控制面服务之间的安全通信是通过证书来完成的。证书是在部署期间
208-
自动生成的,或者你也可以使用你自己的证书机构来生成它们
208+
自动生成的,或者你也可以使用自己的证书机构来生成它们
209209
参阅 [PKI 证书和需求](/zh-cn/docs/setup/best-practices/certificates/)了解细节。
210210
<!--
211211
- *Configure load balancer for apiserver*: Configure a load balancer
@@ -298,7 +298,7 @@ and [Operating etcd clusters for Kubernetes](/docs/tasks/administer-cluster/conf
298298
See [Backing up an etcd cluster](/docs/tasks/administer-cluster/configure-upgrade-etcd/#backing-up-an-etcd-cluster)
299299
for information on making an etcd backup plan.
300300
-->
301-
要了解运行控制面服务时可使用的选项,可参阅
301+
如要了解运行控制面服务时可使用的选项,可参阅
302302
[kube-apiserver](/zh-cn/docs/reference/command-line-tools-reference/kube-apiserver/)
303303
[kube-controller-manager](/zh-cn/docs/reference/command-line-tools-reference/kube-controller-manager/)
304304
[kube-scheduler](/zh-cn/docs/reference/command-line-tools-reference/kube-scheduler/)
@@ -404,7 +404,7 @@ that the nodes and pods running on those nodes are healthy. Using the
404404
[Node Problem Detector](/docs/tasks/debug/debug-cluster/monitor-node-health/)
405405
daemon, you can ensure your nodes are healthy.
406406
-->
407-
- *安装节点健康检查*:对于重要的工作负载,你会希望确保节点以及在节点上
407+
- **安装节点健康检查**:对于重要的工作负载,你会希望确保节点以及在节点上
408408
运行的 Pod 处于健康状态。通过使用
409409
[Node Problem Detector](/zh-cn/docs/tasks/debug/debug-cluster/monitor-node-health/)
410410
你可以确保你的节点是健康的。
@@ -422,7 +422,7 @@ more accounts with different levels of access to different namespaces.
422422

423423
在生产环境中,情况可能不再是你或者一小组人在访问集群,而是几十
424424
上百人需要访问集群。在学习环境或者平台原型环境中,你可能具有一个
425-
可以执行任何操作的管理账号。在生产环境中,你可需要对不同名字空间
425+
可以执行任何操作的管理账号。在生产环境中,你会需要对不同名字空间
426426
具有不同访问权限级别的很多账号。
427427

428428
<!--

0 commit comments

Comments
 (0)