Skip to content

[Feature][Kubectl-plugin] Make flags override yaml file for kubectl ray job submit #3639

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

Open
MortalHappiness opened this issue May 20, 2025 · 2 comments
Assignees
Labels
cli kubectl plugin

Comments

@MortalHappiness
Copy link
Member

See #3627 (comment).

Expected behavior is that if filename and flags are both provided by the user, then take the filename as base to construct a RayJob object, and then override the values in that object with flags.

So if user provided a yaml file with headCPU set to 2 in it, and specifies the flag --head-cpu 3, then the resulting RayJob should set head CPU to 3.

@MortalHappiness
Copy link
Member Author

@CheyuWu Do you want to work on this?

@CheyuWu
Copy link
Contributor

CheyuWu commented May 20, 2025

Sure, thanks you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli kubectl plugin
Projects
None yet
Development

No branches or pull requests

2 participants