Skip to content

Added kelper plugin #4541

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
40 changes: 40 additions & 0 deletions plugins/kelper.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: kelper
spec:
version: v0.0.19
shortDescription: A CLI tool to serve as swiss-army knife for your operations on Kubernetes pods and nodes
description: |
Kelper helps manage your kubernetes resources efficiently by performing multiple commands
on nodes and pods. It consists of all the ideal utilities that should have been a part of kubectl
homepage: https://github.com/aliabbasjaffri/kelper
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/aliabbasjaffri/kelper/releases/download/v0.0.19/kelper-x86_64-unknown-linux-gnu.tar.gz
sha256: 59365e8f229fc54cf28358db92eb01abf4c51ae58fb1d697fb63b9822918fe45
bin: kelper
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/aliabbasjaffri/kelper/releases/download/v0.0.19/kelper-x86_64-apple-darwin.tar.gz
sha256: 35c10fab2af21cd8caa91abc2835e599b915d0d2089e1c13a48cf6352cf710fa
bin: kelper
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/aliabbasjaffri/kelper/releases/download/v0.0.19/kelper-aarch64-apple-darwin.tar.gz
sha256: ef29097b811cde2c537664dcfa5b485f9ca800d80afb2e284961e11b30ec335a
bin: kelper
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/aliabbasjaffri/kelper/releases/download/v0.0.19/kelper-x86_64-pc-windows-msvc.zip
sha256: 658ac192452f1f432868abcdaa3a3ecbcc561956aa8b19e56baccf5c16289329
bin: kelper.exe