diff --git a/content/en/docs/tasks/access-application-cluster/ingress-minikube.md b/content/en/docs/tasks/access-application-cluster/ingress-minikube.md index 6f0ecda6caf67..d7eb822878e8f 100644 --- a/content/en/docs/tasks/access-application-cluster/ingress-minikube.md +++ b/content/en/docs/tasks/access-application-cluster/ingress-minikube.md @@ -208,6 +208,17 @@ The following manifest defines an Ingress that sends traffic to your Service via If you are running Minikube locally, use `minikube ip` to get the external IP. The IP address displayed within the ingress list will be the internal IP. {{< /note >}} + + {{< note >}} + For Mac, if you are running Minikube locally with Docker Desktop, point to the loopback IP address + in the hosts file instead of the minikube IP address. For example: + + ```none + 127.0.0.1 hello-world.info + ``` + and then run `minikube tunnel` (you may need to provide a superuser password). Leave that + running whilst you continue the task. + {{< /note >}} After you make this change, your web browser sends requests for `hello-world.info` URLs to Minikube.