forked from GoogleCloudPlatform/ai-on-gke
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ray TPU Webhook Autoscaling Changes (GoogleCloudPlatform#180)
* Changed Ray worker template to use numOfHosts * Use numOfHosts when checking workers match topology * Generate DNS hostnames using numOfHosts * Update go pkgs for kuberay CRD changes * numOfHosts -> NumOfHosts and better var names * Go version 1.22 -> 1.21 * Allow kuberay tpu webhook address to be configured * numOfHosts -> NumOfHosts and better var names * Allow kuberay tpu webhook address to be configured * Generate hostnames for multi-host replicas * Kuberay v1.1 Refactoring * Add Pod deletion logic to webhook * go fmt changes * Inject pod affinity and anti-affinity labels * Use ray-operator v1.1.0-rc.0 * Update image tags to 1.1 for new changes * Update documentation for v1.1 changes * Remove headless service creation from terraform (now done by ray-operator) * Remove duplicate path var * Add check for RayCluster name in getReplicaIndex * Change isRunning bool to isCreated * Update documentation to specify versions * Add in check for v5e TPU pods * Default chipsPerHost to 4 * Update prerequisites in README * Simplify podAffinity injection --------- Co-authored-by: Spencer Peterson <[email protected]>
- Loading branch information
1 parent
2efc07d
commit acfbe8b
Showing
12 changed files
with
490 additions
and
271 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
Binary file not shown.
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.