Zhanghao Wu
Zhanghao Wu
This has been fixed for GCP, but we still need it for Azure
A user requested the auto update for Azure catalog. We should figure out what the minimal permissions required for fetching Azure catalog for the instruction listed here: https://skypilot.readthedocs.io/en/latest/reference/faq.html#advanced-how-to-make-skypilot-use-all-global-regions, and add...
Is it possible to use docker socket instead of setting `privileged: true`, i.e. the following might work? ``` spec: containers: - name: docker image: docker volumeMounts: - name: docker-socket mountPath:...
Related to #2687
This still happens for the current master branch: [05ce5e9](https://github.com/skypilot-org/skypilot/commit/05ce5e999a5c4218d267481ebddac7967dce1897)
@jackyk02 would like to take this.
> LGTM, thanks @Ajay-Satish-01! BTW, when launching containers on VM and Kubernetes, the `docker run` and k8s pod manifest will override entrypoint: > > https://github.com/skypilot-org/skypilot/blob/052e0ea3b129f208a82fd9d6bddbfd39d389e831/sky/provision/docker_utils.py#L120 > > https://github.com/skypilot-org/skypilot/blob/052e0ea3b129f208a82fd9d6bddbfd39d389e831/sky/templates/kubernetes-ray.yml.j2 > >...
#3157 is a prototype for fixing this issue, which reduces the time for `launch` new cluster and `launch` existing clusters by 2x and `exec` on existing cluster by 3x. We...
Preview: https://docs.skypilot.co/en/apiserver-tuning/docs/index.html
> User using managed spot job asked: > > > I want to sync up my .git folder too to workdir, how I can do so? is there a way...