Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider retrying exceeded quota Helm install failures #30

Open
craigwalton-dsit opened this issue Dec 19, 2024 · 0 comments
Open

Consider retrying exceeded quota Helm install failures #30

craigwalton-dsit opened this issue Dec 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@craigwalton-dsit
Copy link
Collaborator

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant