-
Notifications
You must be signed in to change notification settings - Fork 531
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[New Provisioner] New provisioner for k8s (#3019)
* Adopt new provisioner for k8s * format * rename names * move file template * resolve circular import * fixes * fix port * Fix IP to use * fix * format * align ray j2 * rename * format * Merge branch 'master' of github.com:skypilot-org/skypilot into new-provisioner-k8s * Support custom image * format * remove ray dependency for k8s support * chown * typo * make sure cpus are respected by ray cluster * fix tests for k8s * add sleep time * more robust initialization * Add pod_config_override * rename to pod_config * add schema * Fix waiting and initialize * backward compat for ssh_user field in handle * format * Fix svc * format * wait previous terminating pod * add more logging * format * format * Address comments * omit region name in message str for k8s * Fix ssh user * Fix the job owner * remove unecessary output * docs update * Add custom image tests * fix * lint * Add note for pvt repos * address comments * Update docs/source/reference/kubernetes/index.rst Co-authored-by: Zhanghao Wu <[email protected]> * Add pod_config docs * update docs * remove svc related code * fix * Fix stop * remove python dependency and uncomment ssh test * add kubernetes handler for surfacing provisioning errors * lint * Fix cyclic imports * update docker images * newline * Update sky/backends/cloud_vm_ray_backend.py * format * Move output to instance.py to keep align the UX with other clouds. * swap, no effect * Allowing image_id without `docker:` * format --------- Co-authored-by: Romil Bhardwaj <[email protected]> Co-authored-by: Romil Bhardwaj <[email protected]>
- Loading branch information
1 parent
8bbd030
commit 9078de2
Showing
42 changed files
with
1,553 additions
and
334 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
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.