The output from 'kubectl get services my-service' will indicate a LoadBalancer type, not a ClusterIP. (#13560)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
0c568fa9c9
commit
a80483bb52
@@ -73,7 +73,7 @@ external IP address.
|
|||||||
The output is similar to this:
|
The output is similar to this:
|
||||||
|
|
||||||
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
|
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
|
||||||
my-service ClusterIP 10.3.245.137 104.198.205.71 8080/TCP 54s
|
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
|
Note: If the external IP address is shown as \<pending\>, wait for a minute
|
||||||
and enter the same command again.
|
and enter the same command again.
|
||||||
|
|||||||
Reference in New Issue
Block a user