skai-x / elastic-jupyter-operator

Cloud-native way to provide elastic Jupyter Notebooks on Kubernetes. Run remote kernels, natively.
Apache License 2.0
194 stars 28 forks source link

[bug] Kernel completed when run #13

Closed gaocegege closed 3 years ago

gaocegege commented 3 years ago

Traceback (most recent call last): File "/usr/local/bin/kernel-launchers/python/scripts/launch_ipykernel.py", line 289, in _validate_port_range lower_port = int(port_ranges[0]) ValueError: invalid literal for int() with base 10: 'None'

gaocegege commented 3 years ago

https://github.com/jupyter/enterprise_gateway/pull/952

gaocegege commented 3 years ago

We use the incorrect image here. It is fixed by updating the image and use 0..0 as port range.