k9s/plugins
fragolinux 66bce23f42
add support for flux reconcile/suspend/resume (#1125)
# Shift-T (with confirmation) to toggle helm releases or kustomizations suspend and resume
# Shift-R (no confirmation) to reconcile a git source or a helm release or a kustomization
2021-07-24 08:22:46 -06:00
..
kubectl Merge pull request #619 from Flare576/master 2020-05-23 11:46:55 -06:00
kubectl-plugins handling non json lines as raw with red color 2020-11-30 09:45:37 +01:00
README.md Spelling (#1089) 2021-04-27 07:51:33 -06:00
dive.yml Update readme and examples 2020-05-01 22:26:08 +02:00
flux.yaml add support for flux reconcile/suspend/resume (#1125) 2021-07-24 08:22:46 -06:00
get-all.yml Add plugin example to list all resources in a namespace 2020-06-16 20:25:17 +02:00
helm-purge.yml feat(helm): add helm purge plugin 2020-03-12 16:03:47 -05:00
job_suspend.yml Update readme and examples 2020-05-01 22:26:08 +02:00
log_jq.yml Update readme and examples 2020-05-01 22:26:08 +02:00
log_stern.yml Update readme and examples 2020-05-01 22:26:08 +02:00

README.md

K9s community plugins

K9s plugins extend the tool to provide additional functionality via actions to further help you observe or administer your Kubernetes clusters.

Plugin-Name Description Available on Views Shortcut Kubectl plugin, external dependencies
log_stern.yml View resource logs using stern pods Ctrl-l
log_jq.yml View resource logs using jq pods Ctrl-j kubectl-plugins/kubectl-jq
job_suspend.yml Suspends a running cronjob cronjobs Ctrl-s
dive.yml Dive image layers containers d Dive
get-all.yml get all resources in a namespace all g Krew, ketall