Closed
Description
Checklist:
- I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
- I've included steps to reproduce the bug.
- I've pasted the output of
argocd version
.
Describe the bug
Both desired and healthy available replicas can be equal, but the PDB can still be degraded with PodDisruptionBudget has InsufficientPods
.
To Reproduce
Create a PDB which doesn't allow a single replica to go away, e.g. min availability 80% with 3 replicas.
Expected behavior
The PDB is healthy.
Screenshots
Version
v2.13.0-rc2
Logs