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
(sky) {23:18}~/Documents/skypilot:serve ➭ sky serve status
Services
NAME UPTIME STATUS REPLICAS ENDPOINT
service-7f28 - SHUTTING_DOWN 0/0 -
When I try sky serve down service-7f28 --purge, it says
Tearing down 1 service: service-7f28. Proceed? [Y/n]: Y
Tearing down 1 service ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--W 09-16 23:28:28 execution.py:1272] Ignoring error when cleaning replicas of service-7f28: Command python3 -u -c 'from sky.serve import serve_utils; msg = serve_utils.terminate_service(20002); print(msg, end="", flush=True)' failed with return code 1.
W 09-16 23:28:28 execution.py:1272] Failed when submit terminate request to controller of service service-7f28
Tearing down 1 service ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:--E 09-16 23:28:38 storage.py:762] Could not get StoreType.GCS store with name skypilot-workdir-maoziming-d78055d2.
google.api_core.exceptions.NotFound: 404 GET https://storage.googleapis.com/storage/v1/b/skypilot-workdir-maoziming-d78055d2?projection=noAcl&prettyPrint=false: The specified bucket does not exist.
The above exception was the direct cause of the following exception:
sky.exceptions.StorageBucketGetError: Attempted to connect to a non-existent bucket: gs://skypilot-workdir-maoziming-d78055d2
I don't recall deleting that bucket. I couldn't find a way to clear that service.
The text was updated successfully, but these errors were encountered:
MaoZiming
changed the title
[Azure / Serve] cannot down the service with purge.
[Serve] cannot down the service with purge.
Sep 17, 2023
I have a service that is stuck at "shutting down"
When I try
sky serve down service-7f28 --purge
, it saysI don't recall deleting that bucket. I couldn't find a way to clear that service.
The text was updated successfully, but these errors were encountered: