Zhanghao Wu

Results 315 comments of Zhanghao Wu

This is a trade-off between convenience and security. For example, a user may like to use `sky launch` on a cpunode, after finishing development, which will require the credentials. If...

Hey @lhqing, https://github.com/skypilot-org/skypilot/pull/1508 should solve the problem. Please feel free to try it out. : )

> Are the concurrent accesses happening in the same process or different processes? If they are in different processes, there's still a chance of collision happening even if we don't...

This problem was mitigated by the previous PRs, lowering the priority for now.

Some additional reasons: 1. The life of `python 3.6` has ended, since Dec 23, 2021, causing no security updates and maintenance. https://endoflife.date/python 2. GitHub recently updated `ubuntu-latest` to `ubuntu-22.04` which...

Another proof: the `azure-identity` we rely on removed the support for python 3.6.

That is a good point. We can save the cache file to s3 bucket when the spot controller is going to auto-stop.

We have now removed the spot queue cache. This issue is not relevant any more. Closing

Stopping spot for GCP has been supported in #2877, we should look into AWS as well.