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

Fix missing environment variables in spawned pod when using VariableKubeSpawner #79

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

xeliba
Copy link

@xeliba xeliba commented Jul 3, 2021

This explictly injects the environment variables in user_options['environment'] and therefore fixes #77

@danlester
Copy link
Member

Thank you so much for sharing this with us.

As discussed, it's not "supposed" to work like this in the normal case, so I don't think it makes sense to merge this into the main codebase until we really understand what's different in your situation.

If others are reading this and also believe this branch works for them, please let us know!

@aberey
Copy link

aberey commented Nov 9, 2021

I have the exact same issue (#77) and the change in this pull request fixed the issue for me.

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

Successfully merging this pull request may close these issues.

Environment variables "JUPYTERHUB_ANYONE" and "JUPYTERHUB_GROUP" not handed over to spawned server
3 participants