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
Pod disruptions budgets are a way to stop pods from getting disrupted from voluntary actions like draining nodes, etc. A pdb depends on how the application is designed and how much it can tolerate. A very strict pdb that doesnt allow even a single node to drain is problematic and will not let operations like upgrade succeed.
Proposed EKS-A changes:
In pre-flights, check if there is a pdb set on the target cluster, and if there is, throw a warning.
If any pdb is very strict, (allows 0 disruptions), throw an error and fail upgrade.
No description provided.
The text was updated successfully, but these errors were encountered: