Commit bce1c12e authored by derekwaynecarr's avatar derekwaynecarr

Fix typo in kubectl

parent fa4e186e
...@@ -39,7 +39,7 @@ Examples: ...@@ -39,7 +39,7 @@ Examples:
<list all pods in ps output format> <list all pods in ps output format>
$ kubectl get replicationController 1234-56-7890-234234-456456 $ 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 $ kubectl get -f json pod 1234-56-7890-234234-456456
<list single pod in json output format>`, <list single pod in json output format>`,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment