Skip to content

Commit 29196d5

Browse files
authored
Merge pull request #26162 from CKchen0726/hello_minikube
add some necessary description after running command 'minikube dashboard'
2 parents f40d7fd + 60ffd6f commit 29196d5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

content/en/docs/tutorials/hello-minikube.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,22 @@ If you installed minikube locally, run `minikube start`.
5959

6060
4. Katacoda environment only: Type `30000`, and then click **Display Port**.
6161

62+
{{< note >}}
63+
The `dashboard` command enables the dashboard add-on and opens the proxy in the default web browser. You can create Kubernetes resources on the dashboard such as Deployment and Service.
64+
65+
If you are running in an environment as root, see [Open Dashboard with URL](/docs/tutorials/hello-minikube#open-dashboard-with-url).
66+
67+
To stop the proxy, run `Ctrl+C` to exit the process. The dashboard remains running.
68+
{{< /note >}}
69+
70+
## Open Dashboard with URL
71+
72+
If you don't want to open a web browser, run the dashboard command with the url flag to emit a URL:
73+
74+
```shell
75+
minikube dashboard --url
76+
```
77+
6278
## Create a Deployment
6379
6480
A Kubernetes [*Pod*](/docs/concepts/workloads/pods/) is a group of one or more Containers,

0 commit comments

Comments
 (0)