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
pdbMinAvailableGreaterThanHPAMinReplicas validation is actually a greater or equal then comparison
What did you expect to happen?
I thought successful validation bad. but it actually failed
minAvailable =5
minReplicas =5
This validation name is misleading.
I think it would be better to change the name pdbMinAvailableGreaterThanHPAMinReplicas to pdbMinAvailableGreaterThanOrEqualToHPAMinReplicas
What happened?
pdbMinAvailableGreaterThanHPAMinReplicas validation is actually a greater or equal then comparison
What did you expect to happen?
I thought successful validation bad. but it actually failed
minAvailable =5
minReplicas =5
This validation name is misleading.
I think it would be better to change the name
pdbMinAvailableGreaterThanHPAMinReplicas
topdbMinAvailableGreaterThanOrEqualToHPAMinReplicas
How can we reproduce this?
https://github.com/FairwindsOps/polaris/blob/master/test/checks/pdbMinAvailableGreaterThanHPAMinReplicas/failure.equals.yaml
Version
>= 9.2.1
Search
Code of Conduct
Additional context
(just feelings)
It was difficult to investigate because the detailed reason for the error was unknown unless debug log was enabled.
The text was updated successfully, but these errors were encountered: