fix the command output (#9814)

I have verified on version v1.11
pull/9830/head
chenhuan 2018-08-11 20:10:54 +08:00 committed by k8s-ci-robot
parent c8d2f9d02e
commit 094cf11b6c
1 changed files with 2 additions and 2 deletions

View File

@ -75,8 +75,8 @@ load-balanced access to an application running in a cluster.
external IP address remains in the pending state.
{{< /note >}}
NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
example-service 10.0.0.160 <pending> 8080/TCP 40s
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
example-service ClusterIP 10.0.0.160 <pending> 8080/TCP 40s
1. Use your Service object to access the Hello World application: