Skip to content

Commit e68dc3c

Browse files
authored
Merge pull request #28736 from chenxuc/hello-minikube-2
improve hello-minikube page for dashboard
2 parents 67eca41 + f4e6b41 commit e68dc3c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,17 @@ If you installed minikube locally, run `minikube start`. Before you run `minikub
6060
4. Katacoda environment only: Type `30000`, and then click **Display Port**.
6161

6262
{{< 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.
63+
The `dashboard` command enables the dashboard add-on and opens the proxy in the default web browser.
64+
You can create Kubernetes resources on the dashboard such as Deployment and Service.
6465

6566
If you are running in an environment as root, see [Open Dashboard with URL](#open-dashboard-with-url).
6667

67-
To stop the proxy, run `Ctrl+C` to exit the process. The dashboard remains running.
68+
By default, the dashboard is only accessible from within the internal Kubernetes virtual network.
69+
The `dashboard` command creates a temporary proxy to make the dashboard accessible from outside the Kubernetes virtual network.
70+
71+
To stop the proxy, run `Ctrl+C` to exit the process.
72+
After the command exits, the dashboard remains running in Kubernetes cluster.
73+
You can run the `dashboard` command again to create another proxy to access the dashboard.
6874
{{< /note >}}
6975

7076
## Open Dashboard with URL

0 commit comments

Comments
 (0)