From 5a6069bb27ec3a667f7f4ac7638469e38156052a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Meireles?= Date: Mon, 30 Mar 2015 08:53:19 +0100 Subject: [PATCH] adding to docs pointers to my personal take on k8s on top of CoreOS and Vagrant. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: António Meireles --- docs/getting-started-guides/coreos.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started-guides/coreos.md b/docs/getting-started-guides/coreos.md index 86bdc4074d..4e6afcd959 100644 --- a/docs/getting-started-guides/coreos.md +++ b/docs/getting-started-guides/coreos.md @@ -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)