Skip to content

Commit 56309cd

Browse files
authored
Merge pull request #43280 from tengqm/remove-kops-kubespray
Remove dual-hosted info about kops and kubespray
2 parents bd4d927 + b427673 commit 56309cd

File tree

4 files changed

+21
-392
lines changed

4 files changed

+21
-392
lines changed

content/en/docs/setup/production-environment/_index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,8 @@ needs of your cluster's workloads:
296296
and the
297297
[API server](/docs/setup/production-environment/tools/kubeadm/ha-topology/).
298298
- Choose from [kubeadm](/docs/setup/production-environment/tools/kubeadm/),
299-
[kops](/docs/setup/production-environment/tools/kops/) or
300-
[Kubespray](/docs/setup/production-environment/tools/kubespray/)
301-
deployment methods.
299+
[kops](https://kops.sigs.k8s.io/) or
300+
[Kubespray](https://kubespray.io/) deployment methods.
302301
- Configure user management by determining your
303302
[Authentication](/docs/reference/access-authn-authz/authentication/) and
304303
[Authorization](/docs/reference/access-authn-authz/authorization/) methods.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
---
22
title: Installing Kubernetes with deployment tools
33
weight: 30
4+
no_list: true
45
---
6+
7+
There are many methods and tools for setting up your own production Kubernetes cluster.
8+
For example:
9+
10+
- [kubeadm](/docs/setup/production-environment/tools/kubeadm/)
11+
12+
- [kops](https://kops.sigs.k8s.io/): An automated cluster provisioning tool.
13+
For tutorials, best practices, configuration options and information on
14+
reaching out to the community, please check the
15+
[`kOps` website](https://kops.sigs.k8s.io/) for details.
16+
17+
- [kubespray](https://kubespray.io/):
18+
A composition of [Ansible](https://docs.ansible.com/) playbooks,
19+
[inventory](https://github.com/kubernetes-sigs/kubespray/blob/master/docs/ansible.md#inventory),
20+
provisioning tools, and domain knowledge for generic OS/Kubernetes clusters configuration
21+
management tasks. You can reach out to the community on Slack channel
22+
[#kubespray](https://kubernetes.slack.com/messages/kubespray/).
23+

content/en/docs/setup/production-environment/tools/kops.md

Lines changed: 0 additions & 237 deletions
This file was deleted.

0 commit comments

Comments
 (0)