Fix incorrect command line (#15882)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
9bc1316049
commit
d0118a452b
@@ -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}'
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user