kubeflow / notebooks

Kubeflow Notebooks lets you run web-based development environments on your Kubernetes cluster by running them inside Pods.
Apache License 2.0
18 stars 22 forks source link

RStudio image ignores pod environment variables #120

Open IgorMilavec opened 7 months ago

IgorMilavec commented 7 months ago

/kind bug

What steps did you take and what happened: When I create an RStudio notebook, it does not take into account the environment variables specified through pod specification. Images: kubeflownotebookswg/rstudio-tidyverse:v1.7.0 kubeflownotebookswg/rstudio-tidyverse:v1.8.0

What did you expect to happen: Envirnoment variables specified through pod to be set.

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

Environment:

thesuperzapper commented 6 months ago

@IgorMilavec This is a known issue with RStudio, which we already partially work around for env-vars starting with KUBERNETES_... so that kubectl works:

See this file for more info about a possible workaround:

andreyvelich commented 2 weeks ago

/transfer notebooks