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
$ kubectl logs -p skypilot-api-service-7696657ff-mw6pc
Defaulted container "skypilot-api" out of: skypilot-api, create-aws-credentials (init), setup-gcp-credentials (init)
Pre-deploy hook
Failed to connect to SkyPilot API server at http://0.0.0.0:46580. Starting a local server.
sky.exceptions.ApiServerConnectionError: Could not connect to SkyPilot API server at http://127.0.0.1:46580. Please ensure that the server is running. Try: curl http://127.0.0.1:46580/api/health
During handling of the above exception, another exception occurred:
RuntimeError: Failed to start SkyPilot API server at http://0.0.0.0:46580
View logs at: ~/.sky/api_server/server.log
the log should be tailed for diagnosis
startup check can be skipped in helm deployment, since the readiness-probe and liveness-probe do the same work and are tunable for operators
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: