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 kubectl-node-debug plugin #4404

Open
wants to merge 3 commits 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
18 changes: 18 additions & 0 deletions plugins/node-debug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: node-debug
spec:
version: "v1.0.0"
homepage: "https://github.com/tayeh/kubectl-node-debug"
shortDescription: "Interactive fzf-based Kubernetes node debugger"
description: |
Provides a simple CLI to list all Kubernetes nodes and enter a debug shell on a selected node.
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: "https://github.com/tayeh/kubectl-node-debug/releases/download/v1.0.0/kubectl-node-debug.tar.gz"
sha256: "1da0d631c144efd8e3a6611dace1c463a63fced6e5f7910f5030f4a095e9d00c"
bin: "kubectl-node-debug"