The workload's replica count is lower than the PDB's minAvailable (or does not satisfy maxUnavailable). Voluntary disruptions may violate the PDB or block eviction.
Warning
N/A
- Report shows: Replica count does not satisfy PDB
- PDB minAvailable is greater than current ready replicas, or maxUnavailable cannot be satisfied
- Increase the workload replica count so that at least minAvailable replicas are always available (or maxUnavailable can be met)
- Or relax the PDB (lower minAvailable or increase maxUnavailable) to match actual replica count
- Reconcile PDB and HPA maxReplicas so scaling does not conflict with PDB