pangeo-data / helm-chart

Pangeo helm charts
https://pangeo-data.github.io/helm-chart/
21 stars 26 forks source link

Failed to start up a notebook server #119

Closed xinxinh2020 closed 4 years ago

xinxinh2020 commented 4 years ago

Hi, I deployed a pangeo in kubernetes(version: 1.17.3) via relm and I can login the JupyterHub via my browser. However, when i click the button "Start My Server", it fails. It seem a pod named jupyter-xxx with notebook images will be created every time i start a server.But the jupyter-xxx pod never succeeds to run, always in peeding status,like: image After 300s, Spawn failed and the pod will be deleted : image I notice that there were some errors in the logs of the user-scheduler,something like 'Failed to list *v1beta1.StatefulSet: the server could not find the requested resource': image Is it the reason why the server fails to start up? And if the version of my kubernetes is too new?

xinxinh2020 commented 4 years ago

This problem had been sloved after i downgraded my kubernetes'version from 1.17 to 1.15.