zendesk / samson

Web interface for deployments, with plugin architecture and kubernetes support
Other
1.45k stars 234 forks source link

ignore nopods event on fresh pdbs #4023

Closed grosser closed 2 years ago

grosser commented 2 years ago

starting with kubernetes 1.23 when a pdb is deployed but does not match any pods (as it happens when doing the first deploy to a new cluster) we get a warning event that then fails the deploy ... so ignore it to get back to the way we handled things before

controller PodDisruptionBudget labeler events:

[17:57:45]   Normal NoPods: No matching pods found x2

Risks