Skip to content

Commit 7d51c60

Browse files
committed
Update _index.md
1 parent 1ec0f98 commit 7d51c60

File tree

1 file changed

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

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ by managing [policies](/docs/concepts/policy/) and
101101
Before building a Kubernetes production environment on your own, consider
102102
handing off some or all of this job to
103103
[Turnkey Cloud Solutions](/docs/setup/production-environment/turnkey-solutions/)
104-
providers or other [Kubernetes Partners](https://kubernetes.io/partners/).
104+
providers or other [Kubernetes Partners](/partners/).
105105
Options include:
106106
-->
107-
在自行构造 Kubernetes 生产环境之前,请考虑将这一任务的部分或者全部交给
107+
在自行构建 Kubernetes 生产环境之前,请考虑将这一任务的部分或者全部交给
108108
[云方案承包服务](/zh-cn/docs/setup/production-environment/turnkey-solutions)
109-
提供商或者其他 [Kubernetes 合作伙伴](https://kubernetes.io/partners/)
109+
提供商或者其他 [Kubernetes 合作伙伴](/zh-cn/partners/)
110110
选项有:
111111

112112
<!--
@@ -137,8 +137,8 @@ to your cluster’s *control plane*, *worker nodes*, *user access*, and
137137
*workload resources*.
138138
-->
139139
无论你是自行构造一个生产用 Kubernetes 集群还是与合作伙伴一起协作,请审阅
140-
下面章节以评估你的需求,因为这关系到你的集群的 *控制面**工作节点*
141-
*用户访问* 以及 *负载资源*
140+
下面章节以评估你的需求,因为这关系到你的集群的**控制面****工作节点**
141+
**用户访问**以及**负载资源**
142142

143143
<!--
144144
## Production cluster setup
@@ -167,7 +167,7 @@ discarded if something goes seriously wrong, this might meet your needs.
167167
### 生产用控制面 {#production-control-plane}
168168

169169
最简单的 Kubernetes 集群中,整个控制面和工作节点服务都运行在同一台机器上。
170-
你可以通过添加工作节点来提升环境能力,正如
170+
你可以通过添加工作节点来提升环境运算能力,正如
171171
[Kubernetes 组件](/zh-cn/docs/concepts/overview/components/)示意图所示。
172172
如果只需要集群在很短的一段时间内可用,或者可以在某些事物出现严重问题时直接丢弃,
173173
这种配置可能符合你的需要。
@@ -182,7 +182,7 @@ consider these steps:
182182
-->
183183
如果你需要一个更为持久的、高可用的集群,那么就需要考虑扩展控制面的方式。
184184
根据设计,运行在一台机器上的单机控制面服务不是高可用的。
185-
如果保持集群处于运行状态并且需要确保在出现问题时能够被修复这点很重要
185+
如果你认为保持集群的正常运行的并需要确保它在出错时可以被修复是很重要的
186186
可以考虑以下步骤:
187187

188188
<!--
@@ -338,7 +338,7 @@ then add and run the appropriate
338338
- The demands of your workloads when you set up nodes by having appropriate memory, CPU, and disk speed and storage capacity available.
339339
- Whether generic computer systems will do or you have workloads that need GPU processors, Windows nodes, or VM isolation.
340340
-->
341-
- 在安装节点时要通过配置适当的内存、CPU 和磁盘速度、存储容量来满足
341+
- 在安装节点时要通过配置适当的内存、CPU 和磁盘读写速率、存储容量来满足
342342
你的负载的需求。
343343
- 是否通用的计算机系统即足够,还是你有负载需要使用 GPU 处理器、Windows 节点
344344
或者 VM 隔离。
@@ -583,7 +583,7 @@ for information on creating a new service account. For example, you might want t
583583
<!--
584584
- Decide if you want to build your own production Kubernetes or obtain one from
585585
available [Turnkey Cloud Solutions](/docs/setup/production-environment/turnkey-solutions/)
586-
or [Kubernetes Partners](https://kubernetes.io/partners/).
586+
or [Kubernetes Partners](/partners/).
587587
- If you choose to build your own cluster, plan how you want to
588588
handle [certificates](/docs/setup/best-practices/certificates/)
589589
and set up high availability for features such as
@@ -593,7 +593,7 @@ and the
593593
-->
594594
- 决定你是想自行构造自己的生产用 Kubernetes 还是从某可用的
595595
[云服务外包厂商](/zh-cn/docs/setup/production-environment/turnkey-solutions/)
596-
[Kubernetes 合作伙伴](https://kubernetes.io/partners/)获得集群。
596+
[Kubernetes 合作伙伴](/zh-cn/partners/)获得集群。
597597
- 如果你决定自行构造集群,则需要规划如何处理
598598
[证书](/zh-cn/docs/setup/best-practices/certificates/)
599599
并为类似

0 commit comments

Comments
 (0)