Skip to content

Commit 9593893

Browse files
Merge pull request kubernetes#1689 from justinsb/remove_old_coreos_multinode_cluster_guide
Remove unmaintained coreos multinode cluster
2 parents 9d72e1d + c4914ef commit 9593893

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
@@ -209,8 +209,6 @@ toc:
209209
path: /docs/getting-started-guides/ovirt/
210210
- title: OpenStack Heat
211211
path: /docs/getting-started-guides/openstack-heat/
212-
- title: CoreOS on Multinode Cluster
213-
path: /docs/getting-started-guides/coreos/coreos_multinode_cluster/
214212
- title: rkt
215213
section:
216214
- 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)