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

feat: Add optional PodDisruptionBudget #272

Merged
merged 3 commits into from
Nov 30, 2023
Merged

Conversation

bkonicek
Copy link
Contributor

Adds support for creating a PodDisruptionBudget. This will configure K8s to always attempt to have either minAvailable pods running, or no more than minUnavailable pods unavailable. This will prevent an outage in the event of nodes running the pods being taken out of service for maintenance.

Copy link
Owner

@MoJo2600 MoJo2600 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you very much!

@MoJo2600 MoJo2600 merged commit 98c3720 into MoJo2600:master Nov 30, 2023
1 check passed
@bkonicek bkonicek deleted the add_pdb branch November 30, 2023 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants