jupyter-server / enterprise_gateway

A lightweight, multi-tenant, scalable and secure gateway that enables Jupyter Notebooks to share resources across distributed clusters such as Apache Spark, Kubernetes and others.
https://jupyter-enterprise-gateway.readthedocs.io/en/latest/
Other
615 stars 220 forks source link

fix: passing eg env variables to kernel_pod #1316

Closed Chiragasourabh closed 11 months ago

Chiragasourabh commented 11 months ago

This fix passes all the environment variables of the host container to ProcessProxy while giving more preference to user overridden variables .

kevin-bates commented 11 months ago

Hi @Chiragasourabh - please see this comment: https://github.com/jupyter-server/enterprise_gateway/discussions/1315#discussioncomment-6641642. We really don't want to unconditionally transfer EG process envs to each kernel process.