Hello!
I used enterprise_gateway in kubernetes, and now I have a problem.
When I only used jupyterLab, I mounted data to jupyterLab with Persistent
Volume. And when a kernel was started to execute code, as the kernel and
the server was on the same node and container, the kernel could read the
data with the path such as '/data/input' directly.
However, when I used enterprise_gateway to create kernels in kubernetes,
the jupyter server I started and the kernel created by enterprise_gateway
might in different nodes. And I mounted my data to jupyter server with
Persistent Volume in order to see these data from fronted pages. In this
way, when I wanted to execute code with the function of reading data, I
used the path just as before such as '/data/input'. And when the kernel
started to execute the code, it couldn't find the data with the path,
because there was no data on the kernels node.
Is there any suggestions to solve this problem?
Thanks a lot!

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jupyter+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/CANgoAbffqFO15Q1HzcQbLFFayUi-MEtBY%3DQVcRu9u4mrJDu1dQ%40mail.gmail.com.

Reply via email to