mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Explain how to get to the Mesos GUI
This commit is contained in:
parent
6872a73827
commit
8a6e13a8c4
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user