Merge pull request #6151 from AntonioMeireles/add_pointer_to_docs

adding to docs pointers to my personal take on k8s on top of CoreOS and Vagrant
pull/6/head
Eric Tune 2015-04-02 09:15:36 -07:00
commit 3025fa8708
1 changed files with 1 additions and 0 deletions

View File

@ -7,5 +7,6 @@ There are multiple guides on running Kubernetes with [CoreOS](http://coreos.com)
* [Setup Multi-node Cluster on GCE in an easy way from OS X](https://github.com/rimusz/coreos-multi-node-k8s-gce/blob/master/README.md)
* [Multi-node cluster using cloud-config and Weave on Vagrant](https://github.com/errordeveloper/weave-demos/blob/master/poseidon/README.md)
* [Multi-node cluster using cloud-config and Vagrant](https://github.com/pires/kubernetes-vagrant-coreos-cluster/blob/master/README.md)
* [Yet another multi-node cluster using cloud-config and Vagrant](https://github.com/AntonioMeireles/kubernetes-vagrant-coreos-cluster/blob/master/README.md) (similar to the one above but with an increased, more *aggressive* focus on features and flexibility)
* [Multi-node cluster with Vagrant and fleet units using a small OS X App](https://github.com/rimusz/coreos-osx-gui-kubernetes-cluster/blob/master/README.md)
* [Resizable multi-node cluster on Azure with Weave](coreos/azure/README.md)