` | Show Node | pod | |
+|`` | Logs Previous | | |
+| | PSQL shell | cluster | X |
+|`` | Toggle Auto-Refresh | | |
+|`` | Shell | | |
+| | Cnpg status | cluster | X |
+|`` | Trigger cron | | |
+| | Run argo workflow | workflowtemplates | X |
+|`` | Use/UsedBy | | |
+|`` | Vulnerabilities | | |
+| | Helm values | helm | X |
+|`` | Watch events | all | X |
+|`` | Decode | secrets | |
+|`` | YAML | | |
+|`` | zorg | | |
-|Shortcut |Description |Scope |Plugin |
-|---------------|---------------------|---------------------------------------|-------|
-|`` | Aliases | | |
-|`` | Page Up | | |
-|`` | Delete | | |
-|`` | Toggle Header | | |
-|`` | Page Down | | |
-|`` | Toggle Crumbs | | |
-|`` | Kill | | |
-|`` | Display logs | deployment, daemonset, pod, container | X |
-|`` | Sort MEM/L | | |
-|`` | Refresh/Reload | | |
-|`` | Save | | |
-|`` | Command Clear | | |
-|`` | Toggle Wide | | |
-|`` | Sort CPU/L | | |
-|`` | Mark Clear | | |
-|`` | Mark Range | | |
+|Shortcut |Description |Scope | Plugin |
+|---------------|---------------------|---------------------------------------|--------|
+|`` | Aliases | | |
+|`` | Page Up | | |
+|`` | Delete | | |
+|`` | Toggle Header | | |
+|`` | Page Down | | |
+|`` | Toggle Crumbs | | |
+|`` | Kill | | |
+|`` | Display logs | deployment, daemonset, pod, container | X |
+|`` | Sort MEM/L | | |
+|`` | Refresh/Reload | | |
+|`` | Save | | |
+|`` | Command Clear | | |
+|`` | Toggle Wide | | |
+|`` | Sort CPU/L | | |
+|`` | Mark Clear | | |
+|`` | Mark Range | | |
-|Shortcut |Description |Scope |Plugin |
-|---------------|---------------------|---------------------------------------------------------------------------------------------|-------|
-|`` | Sort Age | all | |
-|`` | Sort Binding | policy | |
-| | Display shell cmd | all | X |
-|`` | Sort CPU | all | |
-| | Show certs | secrets | X |
-|`` | Sort desired | ds/rs | |
-| | Add debug container | containers | X |
-|`` | Sort errors | popeye | |
-|`` | Port-Forward | containers, events | |
-|`` | Goto Bottom | all | |
-|`` | Helm inventory | helmreleases | X |
-|`` | Sort IP | pods/popeye | |
-| | Inspect certificate | certificates | X |
-|`` | NOT USED | | |
-|`` | Sort Kind | workloads, groups, users | |
-|`` | Sort MEM | | |
-|`` | Sort Name | | |
-|`` | Sort Name | | |
-|`` | Sort Node | | |
-|`` | Sort Ready | | |
-|`` | Sort Ready | | |
-| | Certificate renew | certificates | X |
-|`` | Sort Status | all | |
-| | List suspended | helmreleases, kustomizations | X |
-| | Certificate status | certificates | X |
-|`` | Sort Restart | all | |
-| | Suspend/resume | helmreleases, kustomizations, gitrepositories, terraform | X |
-|`` | Sort UpToDate | dp/pf/ds | |
-|`` | Sort Volume | reference/pvc/img_scan | |
-|`` | Sort Warning | popeye | |
-|`` | Sort CPU/R | pod | |
-|`` | NOT USED | | |
-|`` | Sort MEM/R | pod | |
-| | Flux reconcile | gitrepositories, helmreleases, helmrepositories, kustomizations, ocirepositories, terraform | X |
+|Shortcut |Description |Scope | Plugin |
+|---------------|---------------------|---------------------------------------------------------------------------------------------|--------|
+|`` | Sort Age | all | |
+|`` | Sort Binding | policy | |
+| | Display shell cmd | all | X |
+|`` | Sort CPU | all | |
+| | Show certs | secrets | X |
+|`` | Sort desired | ds/rs | |
+| | Add debug container | containers | X |
+|`` | Sort errors | popeye | |
+|`` | Port-Forward | containers, events | |
+|`` | Goto Bottom | all | |
+|`` | Helm inventory | helmreleases | X |
+|`` | Sort IP | pods/popeye | |
+|`` | NOT USED | | |
+|`` | Sort Kind | workloads, groups, users | |
+|`` | Sort MEM | | |
+|`` | Sort Name | | |
+|`` | Sort Name | | |
+|`` | Sort Node | | |
+|`` | Sort Ready | | |
+|`` | Sort Ready | | |
+| | Certificate renew | certificates | X |
+|`` | Sort Status | all | |
+| | List suspended | helmreleases, kustomizations | X |
+| | Certificate status | certificates | X |
+|`` | Sort Restart | all | |
+| | Suspend/resume | helmreleases, kustomizations, gitrepositories, terraform | X |
+|`` | Sort UpToDate | dp/pf/ds | |
+|`` | Sort Volume | reference/pvc/img_scan | |
+|`` | Sort Warning | popeye | |
+|`` | Sort CPU/R | pod | |
+|`` | NOT USED | | |
+|`` | Sort MEM/R | pod | |
+| | Flux reconcile | gitrepositories, helmreleases, helmrepositories, kustomizations, ocirepositories, terraform | X |
diff --git a/tools/k9s-plugins.yaml b/tools/k9s-plugins.yaml
index 38a7e90..1f7bed5 100644
--- a/tools/k9s-plugins.yaml
+++ b/tools/k9s-plugins.yaml
@@ -47,18 +47,6 @@ plugins:
args:
- -c
- cmctl status certificate --context $CONTEXT -n $NAMESPACE $NAME |& less -KR
- #--- Inspect certificate with cert-manager
- cert-inspect:
- shortCut: Shift-I
- description: Inspect certificate
- scopes:
- - secrets
- command: bash
- background: false
- confirm: false
- args:
- - -c
- - cmctl inspect secret --context $CONTEXT -n $NAMESPACE $NAME |& less -KR
#--- Renew certificate with cert-manager
cert-renew:
shortCut: Shift-R