-
Notifications
You must be signed in to change notification settings - Fork 419
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
[Umbrella] Ray Autoscaling tests #2173
Comments
https://kuttl.dev/docs/#pre-requisites |
@Irvingwangjr Kuttl looks cool! I read the README. It seems suitable for testing some sample YAMLs, but it doesn't seem to support well the case where we need to execute some commands in the Pods to trigger certain behaviors. |
yeah, that might be a problem, right now we use TestStep to execute scripts to trigger behaviors.
then we assert the RayJob to be in status of failed
we also use kube-assert here, it might be helpful. |
https://github.com/open-feature/open-feature-operator |
Search before asking
Description
Currently, there are some autoscaling end-to-end tests for KubeRay in the Ray repository. However, there are some issues with the tests:
kubectl port-forward
and interacts with the Ray head via Ray client andray job submit
.Here, we plan to build new autoscaling end-to-end tests in the KubeRay repository.
Progress
--num-gpus
in rayStartParams to simulate the autoscaling behavior of GPUs.replicas
and the number of Pods #2575minReplicas
#2576Use case
No response
Related issues
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: