Update debug-pod-replication-controller task file and fix the kubectl grep (#12797)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
acc4c33888
commit
4bd46900b2
@@ -63,7 +63,7 @@ case you can try several things:
|
||||
information:
|
||||
|
||||
```shell
|
||||
kubectl get nodes -o yaml | grep '\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