-
Notifications
You must be signed in to change notification settings - Fork 506
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Mohammed Tayeh <[email protected]>
🤖 Beep beep! I’m a robot speaking on behalf of @ahmetb. 🤖 Thanks for submitting your kubectl plugin to Krew! In the meanwhile, here are a few tips to make your plugin manifest better:
Thanks for your patience! |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: tayeh The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Welcome @tayeh! |
Signed-off-by: Mohammed Tayeh <[email protected]>
Signed-off-by: Mohammed Tayeh <[email protected]>
We already have a dozen node debug plugins here in this repo. Does this add that much functionality that others don't have? |
Hi @ahmetb, I've been using this method for a long time and recently decided to publish it as a tool.
The key difference in my plugin is that it does not create a new pod or rely on external commands. Instead, it leverages Would love to hear your thoughts! |
This PR adds kubectl-node-debug, a Krew plugin that allows users to debug Kubernetes nodes (access shell).