diff --git a/plugins/README.md b/plugins/README.md index 0ecc4cca..af9331bc 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -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. -| Plugin-Name | Description | Available on Views | Shortcut | Kubectl plugin | -|-----------------|--------------------------------|--------------------|----------|----------------------------| -| 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 | -| job_suspend.yml | Suspends a running cronjob | cronjobs | Ctrl-s | | +| 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 | kubetcl-plugins/kubectl-jq | +| job_suspend.yml | Suspends a running cronjob | cronjobs | Ctrl-s | | +| dive.yml | Dive image layers | containers | d | [Dive](https://github.com/wagoodman/dive) | diff --git a/plugins/dive.yml b/plugins/dive.yml new file mode 100644 index 00000000..8824d132 --- /dev/null +++ b/plugins/dive.yml @@ -0,0 +1,10 @@ +plugin: + dive: + shortCut: d + description: "Dive image" + scopes: + - containers + command: dive + background: false + args: + - $COL-IMAGE