Fix incorrect command line (#15882)
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}'
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue