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 using "job" instead of a naked pod for pre-install hook #668

Open
shevelevs opened this issue Aug 1, 2024 · 0 comments
Open

Consider using "job" instead of a naked pod for pre-install hook #668

shevelevs opened this issue Aug 1, 2024 · 0 comments

Comments

@shevelevs
Copy link

If a "Job" resource is used, retry policy can be more flexible. In our deployment model we occasionally run into situations when a hook pod fails due to transient issues and since there are no retries the whole helm install command fails.

While retrying the helm install command works most of the time, such sensitivity to individual resource failures results in overall higher chance of failure at installation time.

@shevelevs shevelevs changed the title Consider using "job" instead of a naked pod for per-install hook Consider using "job" instead of a naked pod for pre-install hook Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant