Revert "fix the command output"

This reverts commit 100daaa794.
This commit is contained in:
Andrew Chen
2017-03-27 09:08:43 -07:00
parent 100daaa794
commit d48512e387
@@ -82,7 +82,7 @@ Because `kubectl` outputs resource names in the same syntax it accepts, it's eas
```shell ```shell
$ kubectl get $(kubectl create -f docs/user-guide/nginx/ -o name | grep service) $ kubectl get $(kubectl create -f docs/user-guide/nginx/ -o name | grep service)
NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE
my-nginx-svc 10.0.0.208 <none> 80/TCP 0s my-nginx-svc 10.0.0.208 80/TCP 0s
``` ```
With the above commands, we first create resources under docs/user-guide/nginx/ and print the resources created with `-o name` output format With the above commands, we first create resources under docs/user-guide/nginx/ and print the resources created with `-o name` output format