Minor Type (#12545)

The frontend service should show type of "LoadBalancer"
This commit is contained in:
Brendan Wrafter
2019-02-13 04:50:44 -05:00
committed by Kubernetes Prow Robot
parent f75b961ed6
commit bc3a0369af
@@ -169,16 +169,16 @@ This displays the configuration for the `frontend` Service and watches for
changes. Initially, the external IP is listed as `<pending>`: changes. Initially, the external IP is listed as `<pending>`:
``` ```
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
frontend ClusterIP 10.51.252.116 <pending> 80/TCP 10s frontend LoadBalancer 10.51.252.116 <pending> 80/TCP 10s
``` ```
As soon as an external IP is provisioned, however, the configuration updates As soon as an external IP is provisioned, however, the configuration updates
to include the new IP under the `EXTERNAL-IP` heading: to include the new IP under the `EXTERNAL-IP` heading:
``` ```
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
frontend ClusterIP 10.51.252.116 XXX.XXX.XXX.XXX 80/TCP 1m frontend LoadBalancer 10.51.252.116 XXX.XXX.XXX.XXX 80/TCP 1m
``` ```
That IP can now be used to interact with the `frontend` service from outside the That IP can now be used to interact with the `frontend` service from outside the