Deprecated -t for --template to make it --tty

This commit is contained in:
Janet Kuo
2015-08-17 11:53:43 -07:00
parent 4047e13c13
commit 0bcb3147f6
10 changed files with 19 additions and 16 deletions

View File

@@ -53,7 +53,7 @@ $ kubectl get -o json pod web-pod-13je7
$ kubectl get -f pod.yaml -o json
# Return only the phase value of the specified pod.
$ kubectl get -o template web-pod-13je7 --template={{.status.phase}} --api-version=v1
$ kubectl get -o template pod/web-pod-13je7 --template={{.status.phase}} --api-version=v1
# List all replication controllers and services together in ps output format.
$ kubectl get rc,services