k9s/plugins/watch_events.yml

17 lines
414 B
YAML

# watch events on selected resources
# requires linux "watch" command
# change '-n' to adjust refresh time in seconds
plugin:
watch-events:
shortCut: Shift-E
confirm: false
description: Get Events
scopes:
- all
command: sh
background: false
args:
- -c
- "watch -n 5 kubectl get events --context $CONTEXT --namespace $NAMESPACE --field-selector involvedObject.name=$NAME"