Fix typo in kubectl

pull/6/head
derekwaynecarr 2014-10-21 15:30:43 -04:00
parent fa4e186e54
commit bce1c12e01
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Examples:
<list all pods in ps output format>
$ kubectl get replicationController 1234-56-7890-234234-456456
<list single repliaction controller in ps output format>
<list single replication controller in ps output format>
$ kubectl get -f json pod 1234-56-7890-234234-456456
<list single pod in json output format>`,