Vitor Rodrigo Vezani
Vitor Rodrigo Vezani
@YuMuuu this is the following task to implement the `equal` check, feel free to take it on if you have time — otherwise, I’ll get to it when I can....
Hi @YuMuuu, thanks for your contribution! After reviewing the changes and discussing internally, we believe this update introduces a breaking change. To avoid impacting current Polaris clients, we suggest the...
I believe this approach is acceptable, as it avoids triggering two policies for the same underlying issue. With both checks enabled by default, we can ensure all cases are covered....
That's a valid approach as well. However, I see a potential issue during the first release: whereas if `pdbMinAvailable > HPAMinReplicas`, it would trigger both checks simultaneously. I also think...
I've created an initial implementation PR to address this feature - https://github.com/FairwindsOps/polaris/pull/1075