Spawn failed: Server at http://some_ip:8888/user/a/ didn't respond in 30 seconds

hi,

I set singleuser.startTimeout to 600 nevertheless I get Spawn failed: Server at http://some_ip:8888/user/a/ didn't respond in 30 seconds
how could I fix this?

best

Hi, have a read through Getting good answers to your questions
This will help you formulate questions so it’s easier for people to help you- this will also save time!

Can you show us your config, what verison of Z2JH you’re using, and your hub and singleuser server logs with debug turned on?

1 Like

I dont have experience on JupyterHub in Kubernetes context. But I think you need to set startTimeout on spawner object and not singleuser object. Not sure how it is exposed in helm chart though!

this worked for me:

c.KubeSpawner.start_timeout = 600
c.KubeSpawner.http_timeout = 600
1 Like

Not working for me, i am doing it on openshift.