Update debug-pod-replication-controller task file and fix the kubectl grep (#12797)

This commit is contained in:
Dani Comnea 2019-03-07 22:24:12 +00:00 committed by Kubernetes Prow Robot
parent acc4c33888
commit 4bd46900b2
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 | 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}'
```