Skip to content

Instantly share code, notes, and snippets.

@sween
Created November 28, 2023 21:07
Show Gist options
  • Save sween/9ebee92540bcee6bd584715dd7878fd9 to your computer and use it in GitHub Desktop.
Save sween/9ebee92540bcee6bd584715dd7878fd9 to your computer and use it in GitHub Desktop.
k9s plugin for InterSystems IRIS
plugin:
get-all:
shortCut: i
confirm: true
description: Restart IRIS
scopes:
- container
command: sh
background: false
args:
- -c
- "kubectl exec -n $NAMESPACE $POD -- iris stop IRIS quietly restart"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment