Zhanghao Wu

Results 315 comments of Zhanghao Wu

> _Originally posted [#4115 (comment)](https://github.com/skypilot-org/skypilot/pull/4115#discussion_r1805919972)_ > > We should consider replacing `docker` with `sudo docker` to avoid any permission issue. Current method: manually add users to docker group. This is...

Thanks for raising this issue @nikhilmishra000! We did not use AWS SSM as SSH proxy before, and don't have the instance_id passed to the command, but a possible way (maybe...

> yea, that should be fine workaround, i was just curious if there was a better solution. thanks for the quick response! I am thinking we could possibly reserve some...

This is important for the coverage of our tests.

This could be quite problematic for AWS users. Any quick workaround?

Yea, SkyPilot now finds all credential files for all clouds, no matter if it is enabled or not, or whether it is on that specific cloud, and upload them to...

r2 also uses s3 compatible credentials and goofys to mount, and it seems possible to pass the credentials with env var: [https://github.com/skypilot-org/skypilot/blob/5b75b6beb45c4bee3333c047c5af3dd5bcd5b66c/sky/data/mounting_utils.py#L233](https://github.com/skypilot-org/skypilot/blob/5b75b6beb45c4bee3333c047c5af3dd5bcd5b66c/sky/data/mounting_utils.py#L233) Could we do something similar as r2?

> What about adding a TTL for added ssh keys? > > https://cloud.google.com/sdk/gcloud/reference/compute/os-login/ssh-keys/add#--ttl Thanks for the suggestion @abatilo! One problem with the TTL is that this will make a cluster...

> Will our ray (w/ v 2.7.0) use the same ray address & port as the user-installed ray? If this is the case, will there be any compatibility issues when...