From 5590d89806daaa0d1f4d13acfcb6522c35ce0806 Mon Sep 17 00:00:00 2001 From: Ilya Dmitrichenko Date: Thu, 13 Nov 2014 11:18:22 +0000 Subject: [PATCH] Add link to Weave+CoreOS implementation --- 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 df60197e591..cf6b00501f1 100644 --- a/docs/getting-started-guides/coreos.md +++ b/docs/getting-started-guides/coreos.md @@ -5,6 +5,7 @@ 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) +* [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.