You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the problem/feature request
Kubernetes 1.31 introduces a new PDB configuration field, .spec.unhealthyPodEvictionPolicy.
The default behaviour when no policy is set corresponds to the IfHealthyBudget policy.
Description of the existing behavior vs. expected behavior
IfHealthyBudget can have negative implications when draining nodes. Users who do not have specific policy requirements and leave the .spec.unhealthyPodEvictionPolicy new field implicit, are encouraged to explicitly set it to AlwaysAllow.
Additional context
I'll be creating a PR to implement the new check
The text was updated successfully, but these errors were encountered:
wissamir
added a commit
to wissamir/kube-linter
that referenced
this issue
Oct 18, 2024
Description of the problem/feature request
Kubernetes 1.31 introduces a new PDB configuration field, .spec.unhealthyPodEvictionPolicy.
The default behaviour when no policy is set corresponds to the IfHealthyBudget policy.
Description of the existing behavior vs. expected behavior
IfHealthyBudget can have negative implications when draining nodes. Users who do not have specific policy requirements and leave the .spec.unhealthyPodEvictionPolicy new field implicit, are encouraged to explicitly set it to AlwaysAllow.
Additional context
I'll be creating a PR to implement the new check
The text was updated successfully, but these errors were encountered: