fix the command output (#9862)

I have verified on version v1.11
pull/9886/head
chenhuan 2018-08-17 07:03:08 +08:00 committed by k8s-ci-robot
parent 073362e537
commit 65dfe58273
1 changed files with 2 additions and 2 deletions

View File

@ -169,8 +169,8 @@ The following manifest describes a single-instance WordPress Deployment and Serv
The response should be like this:
```
NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
wordpress 10.0.0.89 <pending> 80:32406/TCP 4m
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
wordpress ClusterIP 10.0.0.89 <pending> 80:32406/TCP 4m
```
{{< note >}}**Note:** Minikube can only expose Services through `NodePort`. The EXTERNAL-IP is always pending.{{< /note >}}