Skip to content

Commit

Permalink
Removing Loadbalancer IP from the sample service file (#14642)
Browse files Browse the repository at this point in the history
* Update service.md

* Update service.md
  • Loading branch information
Abhik1998 authored and k8s-ci-robot committed Oct 8, 2019
1 parent b7de561 commit 369a85e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions content/en/docs/concepts/services-networking/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -547,12 +547,11 @@ spec:
port: 80
targetPort: 9376
clusterIP: 10.0.171.239
loadBalancerIP: 78.11.24.19
type: LoadBalancer
status:
loadBalancer:
ingress:
- ip: 146.148.47.155
- ip: 192.0.2.127
```

Traffic from the external load balancer is directed at the backend Pods. The cloud provider decides how it is load balanced.
Expand Down

0 comments on commit 369a85e

Please sign in to comment.