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

Disable hook prePuller for three communites using the jupyterhub configurator #3371

Merged

Conversation

consideRatio
Copy link
Contributor

@consideRatio consideRatio commented Nov 3, 2023

Since callysto, qcl, and 2i2c/climatematch are all using the configurator, they don't have any benefit from the hook prePuller so this PR disables it for these hubs to reduce unessecary complexity and false expectations from the config.

These are commits extracted from #3341 that as a whole can't be merged short term

@consideRatio consideRatio force-pushed the pr/stop-hook-puller-for-three-hubs branch from 94d2b30 to d93bfa5 Compare November 3, 2023 16:27
@consideRatio consideRatio changed the title Disable hook prePuller for communites using configurator Disable hook prePuller for three communites using the jupyterhub configurator Nov 3, 2023
@consideRatio consideRatio marked this pull request as ready for review November 3, 2023 16:29
@consideRatio consideRatio requested a review from a team as a code owner November 3, 2023 16:29
# pullPolicy set to "Always" because we use the changing over time tag
# "latest".
pullPolicy: Always
tag: "latest"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QCL are using latest tags for their configured images, but pullPolicy defaults to the Always behavior when unspecified and the tag is latest anyhow.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We just discovered that this is actually not true, due to a kubespawner bug. jupyterhub/kubespawner#807 has details.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#3396 temporarily sets imagePullPolicy again

Copy link

github-actions bot commented Nov 3, 2023

Merging this PR will trigger the following deployment actions.

Support and Staging deployments

Cloud Provider Cluster Name Upgrade Support? Reason for Support Redeploy Upgrade Staging? Reason for Staging Redeploy
gcp callysto No Yes Following helm chart values files were modified: common.values.yaml
gcp qcl No Yes Following helm chart values files were modified: common.values.yaml
gcp 2i2c No Yes Following prod hubs require redeploy: climatematch

Production deployments

Cloud Provider Cluster Name Hub Name Reason for Redeploy
gcp 2i2c climatematch Following helm chart values files were modified: climatematch.values.yaml
gcp callysto prod Following helm chart values files were modified: common.values.yaml
gcp qcl prod Following helm chart values files were modified: common.values.yaml

Copy link
Member

@yuvipanda yuvipanda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me :)

@consideRatio
Copy link
Contributor Author

Thank you for reviewing @yuvipanda !!

@consideRatio consideRatio merged commit 0cd5b84 into 2i2c-org:master Nov 6, 2023
8 checks passed
Copy link

github-actions bot commented Nov 6, 2023

🎉🎉🎉🎉

Monitor the deployment of the hubs here 👉 https://github.com/2i2c-org/infrastructure/actions/runs/6775757471

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Done 🎉
Development

Successfully merging this pull request may close these issues.

3 participants