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
This commit is contained in:
committed by
k8s-ci-robot
parent
da9722af67
commit
29a2287b16
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user