Zhanghao Wu

Results 315 comments of Zhanghao Wu

We can try to enable the `--reload` for the case of development, i.e. `sky api start --reload`. https://github.com/skypilot-org/skypilot/blob/7775d44c4c91d1474982fbdb3b1e03cfbbf2385e/sky/server/server.py#L1084-L1087 which support `reload` argument for automatically detect and restart changes in code

Proposal: 1. If the cluster name is a absolute cluster name, we still allow the deletion for other user’s cluster and have a better warning 2. If the cluster name...

From users: another choice -- make `-u` to mean allowing the operations on other users clusters, instead of deleting all clusters from all users.

For record from #3754 > A user reported that, even with sky status, it requires AWS SSO login once the authentication is expired. This is unexpected, as the sky status...

It is expected when we are running operations that need to access clouds, but sky status conceptually should only check the local status, and it is bothering for seeing those...

Are we still seeing this with the latest master? @KeplerC