From 29a2287b1652fbfb4ab6ebb7bced8c760e8d4907 Mon Sep 17 00:00:00 2001 From: Braden Young Date: Mon, 19 Feb 2018 09:24:37 -0800 Subject: [PATCH] Update Create an External Load Balancer Doc (#6938) * Update Create an External Load Balancer Doc The `Create an External Load Balancer` readme has a `Finding your IP address` section which describes steps that do not work when running the service in Minikube. @jimmidyson describes how to find your ip address while running in Minikube here: https://github.com/kubernetes/minikube/issues/384#issuecomment-234409957. This change adds this helpful bit to the docs. * Update create-external-load-balancer.md * Update create-external-load-balancer.md Add note callout formatting --- .../create-external-load-balancer.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/tasks/access-application-cluster/create-external-load-balancer.md b/docs/tasks/access-application-cluster/create-external-load-balancer.md index 23128b9907..d196904eb2 100644 --- a/docs/tasks/access-application-cluster/create-external-load-balancer.md +++ b/docs/tasks/access-application-cluster/create-external-load-balancer.md @@ -105,6 +105,12 @@ which should produce output like this: The IP address is listed next to `LoadBalancer Ingress`. +**Note**: If you are running your service on Minikube, you can find the assigned IP address and port with: +{: .note} +```bash +minikube service example-service --url +``` + ## Preserving the client source IP Due to the implementation of this feature, the source IP seen in the target