Add a note of api endpoint in Kubernetes on Mesos getting started guide

pull/6/head
Kenjiro Nakayama 2015-07-12 14:22:39 +09:00
parent 4eecf5ada2
commit 5e58bedae2
1 changed files with 2 additions and 0 deletions

View File

@ -64,6 +64,8 @@ $ export KUBERNETES_MASTER_IP=$(hostname -i)
$ export KUBERNETES_MASTER=http://${KUBERNETES_MASTER_IP}:8888
```
Note that KUBERNETES_MASTER is used as the api endpoint. If you have existing `~/.kube/config` and point to another endpoint, you need to add option `--server=${KUBERNETES_MASTER}` to kubectl in later steps.
### Deploy etcd
Start etcd and verify that it is running: