Minikube IP Address fixup for ingress demonstration (#14906)

* Updated IP Address for /etc/hosts

Tested on Minikube for macOS.

When using Minikube, the IP address listed in `kubectl get ingress` is the internal Minikube IP address and is not available on the web browser.

Added advice to the user that when using Minikube, add the Minikube IP address to the Hosts file instead of the IP address displayed in `kubectl get ingress`.

* Update ingress-minikube.md
This commit is contained in:
James Woodall 2019-06-19 20:56:18 +01:00 committed by Kubernetes Prow Robot
parent f2808242e6
commit 4bc7a5f8b1
1 changed files with 2 additions and 0 deletions

View File

@ -178,6 +178,8 @@ The following file is an Ingress resource that sends traffic to your Service via
1. Add the following line to the bottom of the `/etc/hosts` file.
{{< note >}}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 >}}
```
172.17.0.15 hello-world.info
```