skypilot-org / skypilot

SkyPilot: Run AI and batch jobs on any infra (Kubernetes or 12+ clouds). Get unified execution, cost savings, and high GPU availability via a simple interface.
https://skypilot.readthedocs.io
Apache License 2.0
6.82k stars 513 forks source link

Does sky still supports local cluster mode? #4385

Closed wander3r closed 1 day ago

wander3r commented 2 days ago

Hello, I'm trying to set up a local cluster following https://sky-proj-sky.readthedocs-hosted.com/en/latest/reference/local/setup.html However it errors out with Error: No such command 'admin' when I run sky admin deploy sky-cluster.yaml. Does Sky still support local cluster mode? Or did I do something wrong? thank you!

Version & Commit info:

concretevitamin commented 2 days ago

Local clusters are now supported via: https://skypilot.readthedocs.io/en/latest/reservations/existing-machines.html

wander3r commented 1 day ago

Thank you!