You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running the job controller on my kubernetes cluster, and I also have the api server there.
When I run the sky jobs dashboard the browser shows the following error:
Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
The API server works great, I can check the job queue with sky jobs queue but can't see the dashboard.
These are the logs for the ingress nginx controller
The 10.42.70.1 address belongs to the api server pod:
NAMESPACE NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
skypilot skypilot-api-server-cfd79c866-plb7q 1/1 Running 0 107m 10.42.1.70 turing <none> <none>
The api logs
Starting dashboard for user hash: f3ad7df3
Starting dashboard
Forwarding port: kubectl --pod-running-timeout 1s -n skypilot port-forward pod/sky-jobs-controller-ad245f97-ad245f97-head 5001:5000 > ~/sky_logs/api_server/dashboard-f3cb7df3.log 2>&1
Dashboard is now available at: http://127.0.0.1:5001
I 02-26 10:06:31 httptools_impl.py:476] 10.42.0.79:40990 - "GET /jobs/dashboard?user_hash=f3cb7df3 HTTP/1.1" 500
Starting dashboard for user hash: f3ad7df3
I 02-26 10:06:33 httptools_impl.py:476] 10.42.0.79:40996 - "GET /jobs/dashboard?user_hash=f3cb7df3 HTTP/1.1" 500
I 02-26 10:06:49 httptools_impl.py:476] 10.42.1.1:37264 - "GET /api/health HTTP/1.1" 200
I 02-26 10:06:49 httptools_impl.py:476] 10.42.1.1:37266 - "GET /api/health HTTP/1.1" 200
I 02-26 10:07:19 httptools_impl.py:476] 10.42.1.1:56406 - "GET /api/health HTTP/1.1" 200
And the ~/sky_logs/api_server/dashboard-f3cb7df3.log
Forwarding from 127.0.0.1:5001 -> 5000
Forwarding from [::1]:5001 -> 5000
Handling connection for 5001
Handling connection for 5001
Handling connection for 5001
Handling connection for 5001
The text was updated successfully, but these errors were encountered:
I am running the job controller on my kubernetes cluster, and I also have the api server there.
When I run the
sky jobs dashboard
the browser shows the following error:The API server works great, I can check the job queue with
sky jobs queue
but can't see the dashboard.These are the logs for the ingress nginx controller
The 10.42.70.1 address belongs to the api server pod:
The api logs
And the
~/sky_logs/api_server/dashboard-f3cb7df3.log
The text was updated successfully, but these errors were encountered: