You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 thecockroachdb-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.The text was updated successfully, but these errors were encountered: