Removing Loadbalancer IP from the sample service file (#14642)

* Update service.md

* Update service.md
This commit is contained in:
Abhik Chakraborty
2019-10-09 03:17:52 +05:30
committed by Kubernetes Prow Robot
parent b7de561de3
commit 369a85ee2f
@@ -547,12 +547,11 @@ spec:
port: 80 port: 80
targetPort: 9376 targetPort: 9376
clusterIP: 10.0.171.239 clusterIP: 10.0.171.239
loadBalancerIP: 78.11.24.19
type: LoadBalancer type: LoadBalancer
status: status:
loadBalancer: loadBalancer:
ingress: 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. Traffic from the external load balancer is directed at the backend Pods. The cloud provider decides how it is load balanced.