Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For mac, the following parts of the documentation did not work for me: > 1. Add the following line to the bottom of the `/etc/hosts` file on > your computer (you will need administrator access): > ```none > 172.17.0.15 hello-world.info > ``` Instead, my host file needed to point to 127.0.0.1 (localhost) This works on Mac: > ```none > 127.0.0.1 hello-world.info > ``` followed by running the command `minikube tunnel`
- Loading branch information