File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/tutorials Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Now, switch back to the terminal where you ran `minikube start`.
60
60
The ` dashboard ` command enables the dashboard add-on and opens the proxy in the default web browser.
61
61
You can create Kubernetes resources on the dashboard such as Deployment and Service.
62
62
63
- If you are running in an environment as root, see [ Open Dashboard with URL] ( #open- dashboard-with-url ) .
63
+ To find out how to avoid directly invoking the browser from the terminal and get a URL for the web dashboard, see the "URL copy and paste" tab .
64
64
65
65
By default, the dashboard is only accessible from within the internal Kubernetes virtual network.
66
66
The ` dashboard ` command creates a temporary proxy to make the dashboard accessible from outside the Kubernetes virtual network.
@@ -73,7 +73,7 @@ You can run the `dashboard` command again to create another proxy to access the
73
73
{{% /tab %}}
74
74
{{% tab name="URL copy and paste" %}}
75
75
76
- If you don't want minikube to open a web browser for you, run the dashboard command with the
76
+ If you don't want minikube to open a web browser for you, run the ` dashboard ` subcommand with the
77
77
` --url ` flag. ` minikube ` outputs a URL that you can open in the browser you prefer.
78
78
79
79
Open a ** new** terminal, and run:
@@ -82,7 +82,7 @@ Open a **new** terminal, and run:
82
82
minikube dashboard --url
83
83
```
84
84
85
- Now, switch back to the terminal where you ran ` minikube start ` .
85
+ Now, you can use this URL and switch back to the terminal where you ran ` minikube start ` .
86
86
87
87
{{% /tab %}}
88
88
{{< /tabs >}}
You can’t perform that action at this time.
0 commit comments