From 8a6e13a8c4913e6769259ac75d6d1e9d93de7ee3 Mon Sep 17 00:00:00 2001 From: Tobi Knaup Date: Thu, 2 Apr 2015 11:24:20 -0700 Subject: [PATCH] Explain how to get to the Mesos GUI --- docs/getting-started-guides/mesos.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/getting-started-guides/mesos.md b/docs/getting-started-guides/mesos.md index 9873132486f..10f6e7e602f 100644 --- a/docs/getting-started-guides/mesos.md +++ b/docs/getting-started-guides/mesos.md @@ -122,8 +122,10 @@ Lastly, use the Mesos CLI tool to validate the Kubernetes scheduler framework ha $ mesos state | grep "Kubernetes" "name": "Kubernetes", ``` -Or, open the Mesos web GUI, go to the Frameworks tab, and look for an active -framework named "Kubernetes". +Or, look for Kubernetes in the Mesos web GUI. You can get there by clicking the +Mesos logo on the Mesosphere launchpad page, or by pointing your browser to +`http://${mesos_master}`. Make sure you have an active [VPN connection][6]. +Go to the Frameworks tab, and look for an active framework named "Kubernetes". ## Spin up a pod