I try to deploy ngshare in a k8s (on premise). As far as I can see, ngshare is running and is accessible. The health check
curl http://localhost:8080/healthz
works, and I can see the Services/ngshare menu entry in the hub control panel. But I encounter issues when accessing ngshare. When I try to open the ngshare page, the ngshare server seems to lock up, the k8s health check eventually fails, and the container restarts, resulting in a 503 error. I see the same behavior when I enter a Jupyter notebook and issue a command ngshare-course-management create_course test.
I tried to start ngshare with the --debug option, but I see no information which could guide me through the debug process, I'm stuck. How do I get more information about what's going wrong?
I try to deploy ngshare in a k8s (on premise). As far as I can see, ngshare is running and is accessible. The health check
curl http://localhost:8080/healthz
works, and I can see the Services/ngshare menu entry in the hub control panel. But I encounter issues when accessing ngshare. When I try to open the ngshare page, the ngshare server seems to lock up, the k8s health check eventually fails, and the container restarts, resulting in a 503 error. I see the same behavior when I enter a Jupyter notebook and issue a command
ngshare-course-management create_course test
.When I try accessing ngshare with a command like
wget --header="Authorization: token <TOKEN>" -S http://ngshare-devel.jhub-devel.svc.cluster.local:8080/api/
For any api URL other than the health check, I always get this response
I tried to start ngshare with the --debug option, but I see no information which could guide me through the debug process, I'm stuck. How do I get more information about what's going wrong?