-
Notifications
You must be signed in to change notification settings - Fork 237
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
Include Nodepool disruption budget information in the NodePool status #2017
Comments
+1 on this -- seems completely reasonable to me. Are you comfortable if there is a eventually consistent nature to this data (like 10-20s or something) -- mainly want to avoid slamming the apiserver as this number changes during disruption |
/triage accepted |
/priority important-longterm |
/help |
@jonathan-innis: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/kind feature |
/triage accepted |
Description
What problem are you trying to solve?
As a cluster administrator, I want to configure my NodePools with disruption budgets that allow a certain percentage of nodes to be disrupted. However, it can be hard to tell what an appropriate value is for the disruption, or debug whether the disruption is being blocked by the budget.
I would like to see the number of nodeclaims allowed to be disrupted, and the nodeclaims currently disrupted in the NodePool status information.
How important is this feature to you?
The text was updated successfully, but these errors were encountered: