Fix incorrect command line (#15882)

pull/15884/head
Soto Sugita 2019-08-16 15:44:33 +09:00 committed by Kubernetes Prow Robot
parent 9bc1316049
commit d0118a452b
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ case you can try several things:
information:
```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}'
```