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 512 forks source link

[Jobs] Jobs launch --fast does not start the dashboard #4299

Open Michaelvll opened 2 weeks ago

Michaelvll commented 2 weeks ago

Reproduction:

  1. Start a stopped controller: sky start sky-jobs-controller-<hash>
  2. sky jobs launch --fast echo hi, this does not start the dashboard https://github.com/skypilot-org/skypilot/blob/7bea46813b47a46ce7b00501413cac637ee400a3/sky/templates/jobs-controller.yaml.j2#L29-L33

Version & Commit info:

cg505 commented 1 week ago

Think we should probably just try to avoid having this in setup commands. I wonder how difficult it would be to just add it as a systemd service or something like this so that it's always running.