Skip to content

Commit

Permalink
Small fixes for the hello minikube tutorial
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Bannister <tim@scalefactory.com>
  • Loading branch information
shurup and sftim committed Dec 7, 2023
1 parent 9508871 commit a76c8e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/tutorials/hello-minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Now, switch back to the terminal where you ran `minikube start`.
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.

If you are running in an environment as root, see [Open Dashboard with URL](#open-dashboard-with-url).
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.

By default, the dashboard is only accessible from within the internal Kubernetes virtual network.
The `dashboard` command creates a temporary proxy to make the dashboard accessible from outside the Kubernetes virtual network.
Expand All @@ -73,7 +73,7 @@ You can run the `dashboard` command again to create another proxy to access the
{{% /tab %}}
{{% tab name="URL copy and paste" %}}

If you don't want minikube to open a web browser for you, run the dashboard command with the
If you don't want minikube to open a web browser for you, run the `dashboard` subcommand with the
`--url` flag. `minikube` outputs a URL that you can open in the browser you prefer.

Open a **new** terminal, and run:
Expand All @@ -82,7 +82,7 @@ Open a **new** terminal, and run:
minikube dashboard --url
```

Now, switch back to the terminal where you ran `minikube start`.
Now, you can use this URL and switch back to the terminal where you ran `minikube start`.

{{% /tab %}}
{{< /tabs >}}
Expand Down

0 comments on commit a76c8e7

Please sign in to comment.