-
Notifications
You must be signed in to change notification settings - Fork 3.4k
helm: PodDisruptionBudget takes additional keys in v1.27+ #39299
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
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! Approving, pending resolution of the inline comment.
install/kubernetes/cilium/templates/clustermesh-apiserver/poddisruptionbudget.yaml
Outdated
Show resolved
Hide resolved
I have no idea how to fix the tests. |
Don't worry about them at the moment, the failure is definitely unrelated (most likely a rebase would help). |
/test |
Disabled auto-merge as there are ongoing discussions |
82ec247
to
db18010
Compare
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!
/test |
Image build failed due to Quay.io throwing errors. Closing and re-opening PR to re-trigger. |
Not entirely sure why GitHub rejects the merge. Let's try rebasing and re-running CI 🤷 |
Ah, it seems there's probably some kind of merge conflict - I can't automatically rebase: @jcpunk Would you mind doing a manual rebase on |
Rebased. |
/test |
It seems there's something wrong with the autogenerated helm documentation: https://github.com/cilium/cilium/actions/runs/15046595406/job/42290570850?pr=39299 @jcpunk Could you please re-run:
And commit the changes? |
6da1404
to
1bb63ad
Compare
Signed-off-by: Pat Riehecky <riehecky@fnal.gov>
Rebased and re-ran doc update |
/test |
Please ensure your pull request adheres to the following guidelines:
description and a
Fixes: #XXX
line if the commit addresses a particularGitHub issue.
Fixes: <commit-id>
tag, thenplease add the commit author[s] as reviewer[s] to this issue.
PodDisruptionBudget
takes an additional key ofunhealthyPodEvictionPolicy
. The chart is now smart enough to let folks set the keys in a free form manner