Skip to content

Commit

Permalink
Update Create an External Load Balancer Doc
Browse files Browse the repository at this point in the history
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: kubernetes/minikube#384 (comment). This change adds this helpful bit to the docs.
  • Loading branch information
b-yng authored Jan 12, 2018
1 parent a81fcfa commit cbdf8e1
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ 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:
```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
Expand Down

0 comments on commit cbdf8e1

Please sign in to comment.