-
Notifications
You must be signed in to change notification settings - Fork 1
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
Chart: add pdb parameter #53
Conversation
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 pr, I agree there should be the ability to add a pdb.
Can you also please rename the template to pdb.yaml in order to be naming conform.
chart/k8s-pause/values.yaml
Outdated
# pdb: | ||
# enabled: true | ||
# minAvailable: 1 |
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.
This should not be commented, rather just set pdb.enabled to false
.
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.
lgtm, thanks for the contribution.
Actually you have to bump the chart version 🙏🏻 |
Thanks for your fast review ! Applied & squashed |
Oh yes, indeed ! On it |
Signed-off-by: Thibault Gérondal <[email protected]>
Thanks a lot ! |
Current situation
I am unable to create a PodDisruptionBudget (PDB), and when the k8s-pause service is down, the mutatingwebhookconfiguration fails. This failure prevents my cluster from creating new pods.
Proposal
Being able to have a PodDisruptionBudget (PDB) should help me with this issue.