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

Commit

Permalink
move servicehost out of etcd section
Browse files Browse the repository at this point in the history
  • Loading branch information
jdef committed Mar 12, 2015
1 parent fa74113 commit 05d67a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,17 @@ 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.
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
Expand Down

0 comments on commit 05d67a2

Please sign in to comment.