Skip to content

Commit

Permalink
parameter to grep event error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Benaglia committed Jul 4, 2018
1 parent 2092552 commit 579d6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e.observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ kubectl run busybox --restart=Never --image=busybox -- notexist
kubectl logs busybox # will bring nothing! container never started
kubectl describe po busybox # in the events section, you'll see the error
# also...
kubectl get events | grep error # you'll see the error here as well
kubectl get events | grep -i error # you'll see the error here as well
kubectl delete po busybox --force --grace-period=0
```

Expand Down

0 comments on commit 579d6cb

Please sign in to comment.