update CoreOS installation guides

* CoreOS guides now use the 0.5.4 official release binaries
* kube-register has been updated to work with the 0.5.4 release
* flannel uses the vxlan backend by default for better performance
* cloud-configs are used for all examples
* instructions for GCE, AWS, and VMware Fusion have been combined
This commit is contained in:
Kelsey Hightower
2014-11-25 21:53:49 -08:00
parent 9d4553a207
commit 7e19adf79e
20 changed files with 571 additions and 1016 deletions

View File

@@ -2,12 +2,6 @@
There are multiple guides on running Kubernetes with [CoreOS](http://coreos.com):
* [Single Node Kubernetes example in any environment](coreos/coreos_quick_start.md)
* [Multi-node cluster using cloud-config](coreos/coreos_cloud_config.md)
* [Elastic Kubernetes cluster with fleet and flannel](https://github.com/kelseyhightower/kubernetes-fleet-tutorial)
* [Single Node Cluster](coreos/coreos_single_node_cluster.md)
* [Multi-node Cluster](coreos/coreos_multinode_cluster.md)
* [Multi-node cluster using cloud-config and Weave on Vagrant](https://github.com/errordeveloper/weave-demos/blob/master/poseidon/README.md)
Warning: the following instructions are slightly stale, after setting this up, you need to also start the scheduler binary.
[Multiple host example using VMware Fusion](http://coreos.com/blog/running-kubernetes-example-on-CoreOS-part-2/)