Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new plugin, kubectl resources #432

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions plugins/resources.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: resources
spec:
version: "v0.1.0"
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/howardjohn/kubectl-resources/releases/download/v0.1.0/kubectl-resources_0.1.0_Darwin_x86_64.tar.gz
sha256: f27cc3474df627d0d9b55eee6514a9d7c7858d1a878af75c07ad15b3a5272d75
bin: kubectl-resources
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/howardjohn/kubectl-resources/releases/download/v0.1.0/kubectl-resources_0.1.0_Linux_x86_64.tar.gz
sha256: ad3d1a126b106a38fb92ae76bb728b00ed8b4ef02eef574456b73f21c28affb3
bin: kubectl-resources
shortDescription: >-
Overview of Kubernetes resource requests, limits, and usage.
homepage: https://github.com/howardjohn/kubectl-resources
description: |
Overview of Kubernetes resource requests, limits, and usage. This plugin aggregates resource usage, similar to `kubectl top`,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you wrap this at ~80 chars for easier reading on small terminals?

alongside resource requests and limits to easily identify resourcing issues.