kubernetes/kubernetes
Add jitter/randomness to pod restart exponential backoffs (for pods in CrashLoopBackoff)
Aperta
#123.201 aperta il 8 feb 2024
help wantedkind/featureneeds-triagesig/node
Metriche repository
- Star
- (122.268 stelle)
- Metriche merge PR
- (Merge medio 28g 17h) (343 PR mergiate in 30 g)
Descrizione
What would you like to be added?
Randomness / intentional jitter should be introduced in backoff intervals.
Why is this needed?
If all the pods in a given Deployment are crashing, you can end up with large groups of synchronized restart loops, which can put unnecessary pressure on common resources.