Skip to content

Issue Connecting JupyterHub to Jupyter Enterprise Gateway 2.6.0 #1082

Answered by kevin-bates
alex-g-tejada asked this question in Q&A
Discussion options

You must be logged in to vote

The kernel spec location will be the same in 2.6. This looks more like an issue with the deployment of EG itself. The message you have posted appears more like it's from the KernelImagePuller pod (see: kernel_image_puller.MainThread) that runs on each node of the cluster (via a daemonset), and its unable to access the EG server to gather the kernelspecs so it can determine which images to pull.

I would first checked the EG pod logs for anything suspicious. You might also try directing a curl command the the EG service
s /api/kernelspecs endpoint, similar to the following (with the appropriate host and port items adjusted of course)...

curl -X GET -i http://localhost:30443/api/kernelspecs

a…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@alex-g-tejada
Comment options

Answer selected by alex-g-tejada
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants