On my system, running minikube tunnel, exposes the tunnel on the ip address 192.168.49.2. HTTP Requests to that IP trip up nginx and just lead to 404 errors.
I'm still a bloody beginner with kubernetes and it took me a long time to debug this. Adding this flag might prevent other beginners from running into the same issue.
What is the new behavior?
On my system, this just fixes the problem. Both http://studio.localhost and http://localhost work as expected.
What kind of change does this PR introduce?
docs update
What is the current behavior?
On my system, running
minikube tunnel
, exposes the tunnel on the ip address192.168.49.2
. HTTP Requests to that IP trip up nginx and just lead to 404 errors.I'm still a bloody beginner with kubernetes and it took me a long time to debug this. Adding this flag might prevent other beginners from running into the same issue.
What is the new behavior?
On my system, this just fixes the problem. Both
http://studio.localhost
andhttp://localhost
work as expected.