fix the command output (#9946)

I have verified on version v1.11
This commit is contained in:
tanshanshan
2018-08-21 22:09:15 +08:00
committed by k8s-ci-robot
parent 87b6b0dfe2
commit 3d48ea5a52
@@ -90,8 +90,8 @@ kubectl get svc cassandra
The response is The response is
``` ```
NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
cassandra None <none> 9042/TCP 45s 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. Service creation failed if anything else is returned. Read [Debug Services](/docs/tasks/debug-application-cluster/debug-service/) for common issues.