-
Notifications
You must be signed in to change notification settings - Fork 604
Sync release-1.3 with master #2916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or 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
…e RayService code path (ray-project#2880) Signed-off-by: Rueian <rueiancsie@gmail.com>
Signed-off-by: kaihsun <kaihsun@anyscale.com>
Project uses Golang 1.22 not 1.20. Signed-off-by: David Xia <david@davidxia.com>
…project#2892) Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
…oject#2895) when creating a RayCluster with `kubectl ray create cluster NAME --head-gpu N`. Similar to the `--worker-gpu` switch. Signed-off-by: David Xia <david@davidxia.com>
…ay-project#2803) * Use webhook.CustomValidator instead of deprecated webhook.Validator. * Move RayClusterWebhook to pkg/webhook/v1.
to tell user they can use `--context` to set the K8s context. Add tests Signed-off-by: David Xia <david@davidxia.com> Co-authored-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
kevin85421
approved these changes
Feb 5, 2025
Ygnas
pushed a commit
to Ygnas/kuberay
that referenced
this pull request
Mar 20, 2025
* [RayService] More envtests that follow the most common scenario in the RayService code path (ray-project#2880) Signed-off-by: Rueian <rueiancsie@gmail.com> * [RayService] Remove outdated env tests (ray-project#2886) Signed-off-by: kaihsun <kaihsun@anyscale.com> * [RayService] Refactor envtests (ray-project#2888) * [docs][ray-operator] fix typo in Golang version (ray-project#2893) Project uses Golang 1.22 not 1.20. Signed-off-by: David Xia <david@davidxia.com> * [Fix][kubectl-plugin] Fix no context nil error SIGSEGV in tests (ray-project#2892) Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com> * [CI] Enable testifylint rule (ray-project#2896) Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com> * [CI] Enable `testifylint` `error-nil` rule (ray-project#2907) * [kubectl-plugin][feat] support specifying number of head GPUs (ray-project#2895) when creating a RayCluster with `kubectl ray create cluster NAME --head-gpu N`. Similar to the `--worker-gpu` switch. Signed-off-by: David Xia <david@davidxia.com> * Use webhook.CustomValidator instead of deprecated webhook.Validator. (ray-project#2803) * Use webhook.CustomValidator instead of deprecated webhook.Validator. * Move RayClusterWebhook to pkg/webhook/v1. * [kubectl-plugin] update context error messages (ray-project#2891) to tell user they can use `--context` to set the K8s context. Add tests Signed-off-by: David Xia <david@davidxia.com> Co-authored-by: Chi-Sheng Liu <chishengliu@chishengliu.com> * update version for v1.3.0-rc.0 (ray-project#2885) Signed-off-by: Andrew Sy Kim <andrewsy@google.com> --------- Signed-off-by: Rueian <rueiancsie@gmail.com> Signed-off-by: kaihsun <kaihsun@anyscale.com> Signed-off-by: David Xia <david@davidxia.com> Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com> Signed-off-by: Andrew Sy Kim <andrewsy@google.com> Co-authored-by: Rueian <rueiancsie@gmail.com> Co-authored-by: Kai-Hsun Chen <kaihsun@anyscale.com> Co-authored-by: David Xia <david@davidxia.com> Co-authored-by: Chi-Sheng Liu <chishengliu@chishengliu.com> Co-authored-by: David Xia <dxia@spotify.com> Co-authored-by: Mykhailo Bobrovskyi <mikhail.bobrovsky@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why are these changes needed?
Sync release-1.3 with master
Related issue number
Checks