Created
November 28, 2023 21:07
-
-
Save sween/9ebee92540bcee6bd584715dd7878fd9 to your computer and use it in GitHub Desktop.
k9s plugin for InterSystems IRIS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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