mirror of https://github.com/k3s-io/k3s.git
Fix typo in kubectl
parent
fa4e186e54
commit
bce1c12e01
|
@ -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>`,
|
||||
|
|
Loading…
Reference in New Issue