From 5e58bedae2cee0fe9dd7a6023cf438c6a5ed4e8f Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Sun, 12 Jul 2015 14:22:39 +0900 Subject: [PATCH] Add a note of api endpoint in Kubernetes on Mesos getting started guide --- docs/getting-started-guides/mesos.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/getting-started-guides/mesos.md b/docs/getting-started-guides/mesos.md index 7a6590fff9b..c6aad6d898c 100644 --- a/docs/getting-started-guides/mesos.md +++ b/docs/getting-started-guides/mesos.md @@ -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: