Skip to content

Commit

Permalink
Remove unmaintained coreos multinode cluster
Browse files Browse the repository at this point in the history
Fix #1688
  • Loading branch information
justinsb committed Nov 15, 2016
1 parent a02ae2d commit c4914ef
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 206 deletions.
2 changes: 0 additions & 2 deletions _data/guides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ toc:
path: /docs/getting-started-guides/ovirt/
- title: OpenStack Heat
path: /docs/getting-started-guides/openstack-heat/
- title: CoreOS on Multinode Cluster
path: /docs/getting-started-guides/coreos/coreos_multinode_cluster/
- title: rkt
section:
- title: Running Kubernetes with rkt
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started-guides/cloudstack.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CloudStack is a software to build public and private clouds based on hardware vi
[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.

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


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.
Expand Down
197 changes: 0 additions & 197 deletions docs/getting-started-guides/coreos/coreos_multinode_cluster.md

This file was deleted.

6 changes: 0 additions & 6 deletions docs/getting-started-guides/coreos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ A generic guide to setting up an HA cluster on any cloud or bare metal, with ful

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

[**Multi-node Cluster**](/docs/getting-started-guides/coreos/coreos_multinode_cluster)

Set up a single master, multi-worker cluster on your choice of platform: AWS, GCE, or VMware Fusion.

<hr/>

[**Easy Multi-node Cluster on Google Compute Engine**](https://github.com/rimusz/coreos-multi-node-k8s-gce/blob/master/README.md)

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

0 comments on commit c4914ef

Please sign in to comment.