Skip to content

Commit c4914ef

Browse files
committed
Remove unmaintained coreos multinode cluster
Fix kubernetes#1688
1 parent a02ae2d commit c4914ef

File tree

4 files changed

+1
-206
lines changed

4 files changed

+1
-206
lines changed

_data/guides.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,6 @@ toc:
203203
path: /docs/getting-started-guides/ovirt/
204204
- title: OpenStack Heat
205205
path: /docs/getting-started-guides/openstack-heat/
206-
- title: CoreOS on Multinode Cluster
207-
path: /docs/getting-started-guides/coreos/coreos_multinode_cluster/
208206
- title: rkt
209207
section:
210208
- title: Running Kubernetes with rkt

docs/getting-started-guides/cloudstack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CloudStack is a software to build public and private clouds based on hardware vi
1010
[CoreOS](http://coreos.com) templates for CloudStack are built [nightly](http://stable.release.core-os.net/amd64-usr/current/). CloudStack operators need to [register](http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/latest/templates.html) this template in their cloud before proceeding with these Kubernetes deployment instructions.
1111

1212
This guide uses an [Ansible playbook](https://github.com/runseb/ansible-kubernetes).
13-
This is a completely automated, a single playbook deploys Kubernetes based on the coreOS [instructions](/docs/getting-started-guides/coreos/coreos_multinode_cluster).
13+
This is completely automated, a single playbook deploys Kubernetes.
1414

1515

1616
This [Ansible](http://ansibleworks.com) playbook deploys Kubernetes on a CloudStack based Cloud using CoreOS images. The playbook, creates an ssh key pair, creates a security group and associated rules and finally starts coreOS instances configured via cloud-init.

docs/getting-started-guides/coreos/coreos_multinode_cluster.md

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

docs/getting-started-guides/coreos/index.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ A generic guide to setting up an HA cluster on any cloud or bare metal, with ful
4141

4242
These guides are maintained by community members, cover specific platforms and use cases, and experiment with different ways of configuring Kubernetes on CoreOS.
4343

44-
[**Multi-node Cluster**](/docs/getting-started-guides/coreos/coreos_multinode_cluster)
45-
46-
Set up a single master, multi-worker cluster on your choice of platform: AWS, GCE, or VMware Fusion.
47-
48-
<hr/>
49-
5044
[**Easy Multi-node Cluster on Google Compute Engine**](https://github.com/rimusz/coreos-multi-node-k8s-gce/blob/master/README.md)
5145

5246
Scripted installation of a single master, multi-worker cluster on GCE. Kubernetes components are managed by [fleet](https://github.com/coreos/fleet).

0 commit comments

Comments
 (0)