Consider retrying exceeded quota
Helm install failures
#30
Labels
enhancement
New feature or request
exceeded quota
Helm install failures
#30
Some clusters may enforce quotas (e.g. max 500 pods per user namespace).
If the user tried to exceed these, they'll get a
exceeded quota
error on helm install.We may benefit from retrying these rather than failing their eval. We should add a backoff strategy if retrying this. We should bear in mind that this is quite cluster specific.
However, we also want to avoid masking this error from users. Someone who doesn't realise their resource quota is filled shouldn't have to wait ages (by the time we've done all retries + backoff) to find this out. Log warning too?
The text was updated successfully, but these errors were encountered: