The output from 'kubectl get services my-service' will indicate a LoadBalancer type, not a ClusterIP. (#13560)

pull/13553/head^2
Chas Schley 2019-04-09 18:46:13 -07:00 committed by Kubernetes Prow Robot
parent 0c568fa9c9
commit a80483bb52
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ external IP address.
The output is similar to this:
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
my-service ClusterIP 10.3.245.137 104.198.205.71 8080/TCP 54s
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
my-service LoadBalancer 10.3.245.137 104.198.205.71 8080/TCP 54s
Note: If the external IP address is shown as \<pending\>, wait for a minute
and enter the same command again.