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

Helm chart will never succeed when helm install is run with --atomic flag set #287

Open
worldofgeese opened this issue Dec 14, 2022 · 1 comment

Comments

@worldofgeese
Copy link

worldofgeese commented Dec 14, 2022

When helm install --set storage.persistentVolume.size="25Gi" my-cockroachdb cockroachdb/cockroachdb --version 10.0.0 --atomic is run, the Helm chart install will never succeed and hang until timeout is exceeded, at which point the chart uninstalls. It appears at least the cockroachdb-init Job is never run (but I believe this extends to the 2 other cert Jobs) with --atomic but does run without. This pod is critical to setting the cluster up for the first time. Possibly related to #39.

@jonasbadstuebner
Copy link

The --wait flag will be set automatically if --atomic is used

ref: https://helm.sh/docs/helm/helm_install/#options

You probably want to have a look at this issue and my comment there: #402 (comment)
If this solves your problem, feel free to close this issue, as it would be a duplicate.

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

2 participants