Skip to content
This repository was archived by the owner on Dec 5, 2017. It is now read-only.

Commit 05d67a2

Browse files
committed
move servicehost out of etcd section
1 parent fa74113 commit 05d67a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,17 @@ Once your Mesos cluster is up and running you're ready to fire up kubernetes-mes
6666
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}`.
6767
Alternatively, the instructions also support a multi-mesos-master cluster running with Zookeeper.
6868

69+
```shell
70+
$ export servicehost=... # IP address of the framework host, perhaps $(hostname -i)
71+
```
72+
6973
#### etcd
7074

7175
If you are not running in a production setting then a single etcd instance will suffice.
7276
To run etcd, see [github.com/coreos/etcd][6], or run it via docker:
7377

7478
```shell
7579
$ sudo docker run -d --hostname $(hostname -f) -p 4001:4001 -p 7001:7001 coreos/etcd
76-
77-
$ export servicehost=... # IP address of the framework host, perhaps $(hostname -i)
7880
```
7981

8082
#### kubernetes-mesos

0 commit comments

Comments
 (0)