Skip to content

Commit 04a6898

Browse files
authored
Merge pull request #29811 from rbrtmrtn/patch-1
Update hello-minikube.md
2 parents 3f53f16 + bd59a5f commit 04a6898

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ By default, the dashboard is only accessible from within the internal Kubernetes
6969
The `dashboard` command creates a temporary proxy to make the dashboard accessible from outside the Kubernetes virtual network.
7070

7171
To stop the proxy, run `Ctrl+C` to exit the process.
72-
After the command exits, the dashboard remains running in Kubernetes cluster.
72+
After the command exits, the dashboard remains running in the Kubernetes cluster.
7373
You can run the `dashboard` command again to create another proxy to access the dashboard.
7474
{{< /note >}}
7575

7676
## Open Dashboard with URL
7777

78-
If you don't want to open a web browser, run the dashboard command with the url flag to emit a URL:
78+
If you don't want to open a web browser, run the dashboard command with the `--url` flag to emit a URL:
7979
8080
```shell
8181
minikube dashboard --url
@@ -185,7 +185,7 @@ Kubernetes [*Service*](/docs/concepts/services-networking/service/).
185185

186186
4. Katacoda environment only: Click the plus sign, and then click **Select port to view on Host 1**.
187187

188-
5. Katacoda environment only: Note the 5 digit port number displayed opposite to `8080` in services output. This port number is randomly generated and it can be different for you. Type your number in the port number text box, then click Display Port. Using the example from earlier, you would type `30369`.
188+
5. Katacoda environment only: Note the 5-digit port number displayed opposite to `8080` in services output. This port number is randomly generated and it can be different for you. Type your number in the port number text box, then click Display Port. Using the example from earlier, you would type `30369`.
189189

190190
This opens up a browser window that serves your app and shows the app's response.
191191

0 commit comments

Comments
 (0)