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
kube-score already checks if replicas < 2 ignore the check that a PDB must be set.
However, wouldn‘t it be good that if replicas < 2 a PDB must NOT be set because it will prevent node drain operations from succeeding.
Any operation that needs to kill that single replica will conflict with the PodDisruptionBudget that is defined.
so I would love to see a seperate test which
checks such a constellation.
Any thoughts about that?
The text was updated successfully, but these errors were encountered:
In
kube-score/score/disruptionbudget/disruptionbudget.go
Line 41 in 47b5ae2
However, wouldn‘t it be good that if replicas < 2 a PDB must NOT be set because it will prevent node drain operations from succeeding.
Any operation that needs to kill that single replica will conflict with the PodDisruptionBudget that is defined.
so I would love to see a seperate test which
checks such a constellation.
Any thoughts about that?
The text was updated successfully, but these errors were encountered: