We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When upgrading from older qhub (0.3.14) to newer (main = 0.4), this involves a helm chart upgrade for JupyterHub.
In GCP at least I found the helm upgrade times out, even though the deployment seems to have worked (new hub pod is running).
The solution appears to be to add wait = false in the helm_release - the hint was in this issue.
wait = false
helm_release
This doesn't seem to break initial installs in tests so far, and does fix the upgrade issue.
The text was updated successfully, but these errors were encountered:
danlester
Successfully merging a pull request may close this issue.
When upgrading from older qhub (0.3.14) to newer (main = 0.4), this involves a helm chart upgrade for JupyterHub.
In GCP at least I found the helm upgrade times out, even though the deployment seems to have worked (new hub pod is running).
The solution appears to be to add
wait = false
in thehelm_release
- the hint was in this issue.This doesn't seem to break initial installs in tests so far, and does fix the upgrade issue.
The text was updated successfully, but these errors were encountered: