# watch events on selected resources # requires linux "watch" command # change '-n' to adjust refresh time in seconds plugins: 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"