fix the command output (#9946)

I have verified on version v1.11
pull/9987/head
tanshanshan 2018-08-21 22:09:15 +08:00 committed by k8s-ci-robot
parent 87b6b0dfe2
commit 3d48ea5a52
1 changed files with 2 additions and 2 deletions

View File

@ -90,8 +90,8 @@ kubectl get svc cassandra
The response is
```
NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
cassandra None <none> 9042/TCP 45s
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
cassandra ClusterIP None <none> 9042/TCP 45s
```
Service creation failed if anything else is returned. Read [Debug Services](/docs/tasks/debug-application-cluster/debug-service/) for common issues.