Merge pull request #674 from mycrEEpy/master

Add dive plugin
mine
Fernand Galiana 2020-04-19 17:29:01 -06:00 committed by GitHub
commit 8b5e51eb9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 5 deletions

View File

@ -2,8 +2,9 @@
K9s plugins extend the tool to provide additonal functionality via actions to further help you observe or administer your Kubernetes clusters. K9s plugins extend the tool to provide additonal functionality via actions to further help you observe or administer your Kubernetes clusters.
| Plugin-Name | Description | Available on Views | Shortcut | Kubectl plugin | | Plugin-Name | Description | Available on Views | Shortcut | Kubectl plugin, external dependencies |
|-----------------|--------------------------------|--------------------|----------|----------------------------| |-----------------|--------------------------------|--------------------|----------|-------------------------------------------|
| log_stern.yml | View resource logs using stern | pods | Ctrl-l | | | log_stern.yml | View resource logs using stern | pods | Ctrl-l | |
| log_jq.yml | View resource logs using jq | pods | Ctrl-j | kubetcl-plugins/kubectl-jq | | log_jq.yml | View resource logs using jq | pods | Ctrl-j | kubetcl-plugins/kubectl-jq |
| job_suspend.yml | Suspends a running cronjob | cronjobs | Ctrl-s | | | job_suspend.yml | Suspends a running cronjob | cronjobs | Ctrl-s | |
| dive.yml | Dive image layers | containers | d | [Dive](https://github.com/wagoodman/dive) |

10
plugins/dive.yml Normal file
View File

@ -0,0 +1,10 @@
plugin:
dive:
shortCut: d
description: "Dive image"
scopes:
- containers
command: dive
background: false
args:
- $COL-IMAGE