docs: add minikube tunnel command in the tutorial#8490
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
Added `minikube tunnel` command. Without it, you can not access `localhost:3000` because the service of type LoadBalancer is stuck in `pending` state.
Codecov Report
@@ Coverage Diff @@
## main #8490 +/- ##
==========================================
- Coverage 70.48% 65.18% -5.30%
==========================================
Files 515 602 +87
Lines 23150 29912 +6762
==========================================
+ Hits 16317 19498 +3181
- Misses 5776 8942 +3166
- Partials 1057 1472 +415
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Description
Added
minikube tunnelcommand to the tutorial. Without it, you can not accesslocalhost:3000because the service of type LoadBalancer is stuck inpendingstate.