Skip to content

Commit

Permalink
Update debug-pod-replication-controller task file and fix the kubectl…
Browse files Browse the repository at this point in the history
… grep (#12797)
  • Loading branch information
DanyC97 authored and k8s-ci-robot committed Mar 7, 2019
1 parent acc4c33 commit 4bd4690
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
```

Expand Down

0 comments on commit 4bd4690

Please sign in to comment.