Skip to content

Commit cb19e85

Browse files
authored
Merge pull request #44471 from windsonsea/dualhost
[zh] Remove dual-hosted info about kops and kubespray
2 parents 0080a02 + b90aa9e commit cb19e85

File tree

4 files changed

+44
-756
lines changed

4 files changed

+44
-756
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -589,13 +589,12 @@ needs of your cluster's workloads:
589589
[API 服务器](/zh-cn/docs/setup/production-environment/tools/kubeadm/ha-topology/)这些功能组件配置高可用能力。
590590
<!--
591591
- Choose from [kubeadm](/docs/setup/production-environment/tools/kubeadm/),
592-
[kops](/docs/setup/production-environment/tools/kops/) or
593-
[Kubespray](/docs/setup/production-environment/tools/kubespray/)
594-
deployment methods.
592+
[kops](https://kops.sigs.k8s.io/) or
593+
[Kubespray](https://kubespray.io/) deployment methods.
595594
-->
596595
- 选择使用 [kubeadm](/zh-cn/docs/setup/production-environment/tools/kubeadm/)
597-
[kops](/zh-cn/docs/setup/production-environment/tools/kops/)
598-
[Kubespray](/zh-cn/docs/setup/production-environment/tools/kubespray/) 作为部署方法。
596+
[kops](https://kops.sigs.k8s.io/)
597+
[Kubespray](https://kubespray.io/) 作为部署方法。
599598
<!--
600599
- Configure user management by determining your
601600
[Authentication](/docs/reference/access-authn-authz/authentication/) and
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,44 @@
11
---
22
title: 使用部署工具安装 Kubernetes
33
weight: 30
4+
no_list: true
45
---
6+
<!--
7+
title: Installing Kubernetes with deployment tools
8+
weight: 30
9+
no_list: true
10+
-->
11+
12+
<!--
13+
There are many methods and tools for setting up your own production Kubernetes cluster.
14+
For example:
15+
16+
- [kubeadm](/docs/setup/production-environment/tools/kubeadm/)
17+
-->
18+
搭建你自己的 Kubernetes 生产集群有许多方法和工具。例如:
19+
20+
- [kubeadm](/zh-cn/docs/setup/production-environment/tools/kubeadm/)
21+
22+
<!--
23+
- [kops](https://kops.sigs.k8s.io/): An automated cluster provisioning tool.
24+
For tutorials, best practices, configuration options and information on
25+
reaching out to the community, please check the
26+
[`kOps` website](https://kops.sigs.k8s.io/) for details.
27+
-->
28+
- [kops](https://kops.sigs.k8s.io/):自动化集群制备工具。
29+
有关教程、最佳实践、配置选项和社区联系信息,请查阅
30+
[`kOps` 网站](https://kops.sigs.k8s.io/)
31+
32+
<!--
33+
- [kubespray](https://kubespray.io/):
34+
A composition of [Ansible](https://docs.ansible.com/) playbooks,
35+
[inventory](https://github.com/kubernetes-sigs/kubespray/blob/master/docs/ansible.md#inventory),
36+
provisioning tools, and domain knowledge for generic OS/Kubernetes clusters configuration
37+
management tasks. You can reach out to the community on Slack channel
38+
[#kubespray](https://kubernetes.slack.com/messages/kubespray/).
39+
-->
40+
- [kubespray](https://kubespray.io/)
41+
提供了 [Ansible](https://docs.ansible.com/) Playbook、
42+
[清单(inventory)](https://github.com/kubernetes-sigs/kubespray/blob/master/docs/ansible.md#inventory)
43+
制备工具和通用 OS/Kubernetes 集群配置管理任务领域的知识。
44+
你可以通过 Slack 频道 [#kubespray](https://kubernetes.slack.com/messages/kubespray/) 联系此社区。

0 commit comments

Comments
 (0)