ESIPFed / esiphub-dev

Development JupyterHub on AWS targeting pangeo environment for National Water Model exploration
MIT License
2 stars 1 forks source link

Can't start server, 500 and 503 errors #22

Closed rsignell-usgs closed 6 years ago

rsignell-usgs commented 6 years ago

I was unable to start my JupyterHub server on pangeo.esipfed.org last night. It was telling me to try restarting from the hub (http://pangeo.esipfed.org/hub/home) but it didn't work, giving me 500 and 503 errors.

When I checked the pods, I saw this:

(IOOS3) rsignell@gamone:~> kubectl get pods -n esip-dev
NAME                      READY     STATUS            RESTARTS   AGE
hub-67cf8994b6-9qbm2      1/1       Running           0          1h
jupyter-marasophia        1/1       Running           0          33m
jupyter-rsignell-2dusgs   0/1       PodInitializing   0          23m
jupyter-srharrison        1/1       Running           0          1h
proxy-749c488cd4-nd2b9    1/1       Running           0          1h

but although my pod said PodInitializing it seemed hung.

rsignell-usgs commented 6 years ago

Seemed like the same as this pangeo issue, so I forced the recreation of the pods via:

helm upgrade --force --recreate-pods esip-dev-pangeo pangeo/pangeo --version=0.1.1-85dc5c9 -f secret-config.yaml  -f jupyter-config.yaml

and that fixed the problem for me.