-
Notifications
You must be signed in to change notification settings - Fork 547
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Core] Optimize kubernetes cmd executions with kubernetes command run…
…ner (#3157) * remove job_owner * remove some clouds.Local related code * Remove Local cloud entirely * remove local cloud * fix * slurm runner * kubernetes runner * Use command runner for kubernetes * rename back to ssh * refactor runners in backend * fix * fix * fix rsync * Fix runner * Fix run() * errors and fix head runner * support different mode * format * use whoami instead of $USER * timeline for run and rsync * lazy imports for pandas and lazy data frame * fix fetch_aws * fix fetchers * avoid sync script for task * add timeline * cache cluster_info * format * cache cluster info * do not stream * fix skip lines * format * avoid source bashrc or -i for internal exec * format * use -i * Add None arg * fix merge conflicts * Fix source bashrc * add connect_timeout * format * Correctly quote the script without source bashrc * fix output * Fix connection output * Fix * check twice * add Job ID * fix * format * fix ip * fix rsync for kubectl command runner * format * Enable output check for kubernetes * Fix * * Fix comments * longer wait * longer wait * Update sky/backends/cloud_vm_ray_backend.py Co-authored-by: Tian Xia <[email protected]> * Update sky/provision/kubernetes/instance.py Co-authored-by: Tian Xia <[email protected]> * address comments * refactor rsync * add comment * fix interface * Update sky/utils/command_runner.py Co-authored-by: Tian Xia <[email protected]> * fix quote * Fix skip lines * fix smoke * format * fix * fix serve failures * Fix condition * trigger test --------- Co-authored-by: Ubuntu <azureuser@ray-dev-zhwu-9ce1-head-e359-868f0.h4nxbv2ixrmevnfzs0oyii0g1h.bx.internal.cloudapp.net> Co-authored-by: Tian Xia <[email protected]>
- Loading branch information
1 parent
64e2900
commit 158a62f
Showing
9 changed files
with
485 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.