-
Notifications
You must be signed in to change notification settings - Fork 16.8k
add support for pod disruption budget #13215
add support for pod disruption budget #13215
Conversation
Signed-off-by: Jay Howard <jay.howard@rmn.com>
Hi @jaypatrickhoward. Thanks for your PR. I'm waiting for a helm member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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/test-infra repository. |
Will make the PodDisruptionBudget paramters explicit, per the change to this PR: |
Signed-off-by: Jay Howard <jay.howard@rmn.com>
…re mutually exclusive and neither is required Signed-off-by: Jay Howard <jay.howard@rmn.com>
Let me know if there's anything you'd like done differently, @kfox1111 and @desaintmartin . |
/ok-to-test |
/lgtm Thanks for contributing. :) |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jaypatrickhoward, kfox1111 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* add support for pod disruption budget Signed-off-by: Jay Howard <jay.howard@rmn.com> * support pod disruption budget parameters explicitly; bump minor version Signed-off-by: Jay Howard <jay.howard@rmn.com> * remove default values for minAvailable and maxUnavailable since they're mutually exclusive and neither is required Signed-off-by: Jay Howard <jay.howard@rmn.com>
* add support for pod disruption budget Signed-off-by: Jay Howard <jay.howard@rmn.com> * support pod disruption budget parameters explicitly; bump minor version Signed-off-by: Jay Howard <jay.howard@rmn.com> * remove default values for minAvailable and maxUnavailable since they're mutually exclusive and neither is required Signed-off-by: Jay Howard <jay.howard@rmn.com>
* add support for pod disruption budget Signed-off-by: Jay Howard <jay.howard@rmn.com> * support pod disruption budget parameters explicitly; bump minor version Signed-off-by: Jay Howard <jay.howard@rmn.com> * remove default values for minAvailable and maxUnavailable since they're mutually exclusive and neither is required Signed-off-by: Jay Howard <jay.howard@rmn.com>
What this PR does / why we need it:
Adds support for Pod Disruption Budget.
Checklist