-
Notifications
You must be signed in to change notification settings - Fork 521
Add kubectl health plugin #4492
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
base: master
Are you sure you want to change the base?
Conversation
🤖 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: iNecas 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 @iNecas! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the submission. Looks like high quality work.
plugins/health.yaml
Outdated
name: health | ||
spec: | ||
homepage: https://github.com/iNecas/kube-health | ||
shortDescription: An easy way to determine the health of Kubernetes resources |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Try to shorten as much as you can. We truncate at 55 chars while displaying this. Phrases like "An easy way to" are often redundant.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
Anything else that I can do to get the PR merged? |
Project link: https://github.com/inecas/kube-health
Description
kube-health is a kubectl plugin to evaluate the health of Kubernetes resources. It aims at unifying and making it easier to understand the health of individual objects without requiring to know all the nuances of different kinds.
Features available:
kubectl apply
and other commands