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
  • Loading branch information
DanyC97 committed Feb 26, 2019
1 parent 224cebb commit ec253bf
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 ec253bf

Please sign in to comment.