Aylei
Aylei
Follow up https://github.com/skypilot-org/skypilot/issues/5300#issuecomment-2819335840 Resources issues may cause a health check timeout, e.g. unvicorn worker starvation, like https://github.com/skypilot-org/skypilot/issues/5300#issuecomment-2819335840 . Automatically launching an API server in such case may corrupt the state,...
https://github.com/Azure/azure-storage-fuse/blob/eda8c03b6b59da9a254fdefc58da7eaf8994a14c/common/types.go#L79 follow up https://github.com/skypilot-org/skypilot/pull/5325
Follow up https://github.com/skypilot-org/skypilot/pull/5308#discussion_r2054238912
Follow up: https://github.com/skypilot-org/skypilot/pull/5176/files#r2050334628 When OOM happend, some of the processes are killed (or even worse, the local machine might be hung if the OOM killer acts after the memory is...
Follow up: https://github.com/skypilot-org/skypilot/pull/5255 close: https://github.com/skypilot-org/skypilot/issues/5277 Currently if API version is bumped, there would be an test failure which is expected: https://buildkite.com/skypilot-1/quicktest-core/builds/282#0196423d-94af-4954-b514-2bfb3d4f925f This PR change the status to success in this...
### Is there an existing issue for the same feature request? - [x] I have checked the existing issues. ### Is your feature request related to a problem? _No response_...
This PR initiate the API compatibility support between minor versions. Follow up: https://github.com/skypilot- org/skypilot/pull/6048 **Note: this itself breaks the compatibility for versions before this PR**, we have to bump the...
I launched a cluster on my local Kind and the cluster is cleaned after I restarted my docker daemon: ```bash $ sky status Clusters NAME LAUNCHED RESOURCES STATUS AUTOSTOP COMMAND...
Deploying our helm chart to k8s cluster created by `sky local up` raises the following errors: ``` Error: Unable to continue with install: IngressClass "nginx" in namespace "" exists and...
```bash sky exec --dryrun test echo Usage: sky exec [OPTIONS] [CLUSTER] [ENTRYPOINT]... Try 'sky exec -h' for help. Error: No such option: --dryrun Did you mean --detach-run? ``` While [sdk...