Fix incorrect command line (#15882)

This commit is contained in:
Soto Sugita
2019-08-16 15:44:33 +09:00
committed by Kubernetes Prow Robot
parent 9bc1316049
commit d0118a452b
@@ -63,7 +63,7 @@ case you can try several things:
information: information:
```shell ```shell
kubectl get nodes -o yaml | egrep '\sname:\|cpu:\|memory:' kubectl get nodes -o yaml | egrep '\sname:|cpu:|memory:'
kubectl get nodes -o json | jq '.items[] | {name: .metadata.name, cap: .status.capacity}' kubectl get nodes -o json | jq '.items[] | {name: .metadata.name, cap: .status.capacity}'
``` ```