From 05d67a201c260040dd6ba3a48086a0f17497b80d Mon Sep 17 00:00:00 2001 From: James DeFelice Date: Thu, 12 Mar 2015 21:49:39 +0000 Subject: [PATCH] move servicehost out of etcd section --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2237866a..33e3552a 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,10 @@ Once your Mesos cluster is up and running you're ready to fire up kubernetes-mes To keep things simple the following guide also assumes that you intend to run the mesos-master, etcd, and the kubernetes-mesos framework processes on the same host, exposed on an IP address referred to hereafter as `${servicehost}`. Alternatively, the instructions also support a multi-mesos-master cluster running with Zookeeper. +```shell +$ export servicehost=... # IP address of the framework host, perhaps $(hostname -i) +``` + #### etcd If you are not running in a production setting then a single etcd instance will suffice. @@ -73,8 +77,6 @@ To run etcd, see [github.com/coreos/etcd][6], or run it via docker: ```shell $ sudo docker run -d --hostname $(hostname -f) -p 4001:4001 -p 7001:7001 coreos/etcd - -$ export servicehost=... # IP address of the framework host, perhaps $(hostname -i) ``` #### kubernetes-mesos