From aaa088c9813d2cdfe72c0bc9aaed4c9bf6c70eb8 Mon Sep 17 00:00:00 2001 From: Alex Polvi Date: Thu, 31 Jul 2014 11:18:58 -0700 Subject: [PATCH] update CoreOS examples with new post --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 23dda2f7088..a823780b52a 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,11 @@ If you are running both a remote kubernetes cluster and the local cluster, you c ## Running on [CoreOS](http://coreos.com) -The folks at [CoreOS](http://coreos.com) have [instructions for running Kubernetes on CoreOS](http://coreos.com/blog/running-kubernetes-example-on-CoreOS-part-1/) +There are multiple guides on running Kubernetes with [CoreOS](http://coreos.com): + +[Single Kubernetes example in any environment](http://coreos.com/blog/running-kubernetes-example-on-CoreOS-part-1/) + +[Multiple host example using VMware Fusion](http://coreos.com/blog/running-kubernetes-example-on-CoreOS-part-2/) ## Where to go next? [Detailed example application](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/examples/guestbook/README.md)