Skip to content

Commit

Permalink
Update _index.md add minikube tunnel command
Browse files Browse the repository at this point in the history
Added `minikube tunnel` command. Without it, you can not access `localhost:3000` because the service of type LoadBalancer is stuck in `pending` state.
  • Loading branch information
dapeleg-dn authored Mar 3, 2023
1 parent e5a8ea9 commit 94ebce2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs-v2/content/en/docs/quickstart/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@ This may take several minutes.
```terminal
Example app listening on port 3000!
```
To browse to the web page, open a new terminal and run:
```terminal
minikube tunnel -p custom
```
Now open your browser at `http://localhost:3000`. This displays the content of `public/index.html` file.
Skaffold is now watching for any file changes, and will rebuild your application automatically. Let's see this in action.

Expand Down

0 comments on commit 94ebce2

Please sign in to comment.