-
Notifications
You must be signed in to change notification settings - Fork 5
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
chore: upgrade training-operator 1.8.0 -> 1.9.0 #214
Conversation
This commit upgrades the template files that are used to deploy the training-operator. It also adds an example JAX job for it to be tested.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I went through the process of diff
ing the manifests and I get the same results.
Note that there is an issue with the testing of the newly created jaxjob
I believe Jaxjobs are missing in the aggregation clusterroles for kubeflow, I have created an issue kubeflow/trainer#2416. We can block merging this PR until we get a reply from the WG. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
This commit upgrades the template files that are used to deploy the training-operator. It also adds an example JAX job for it to be tested.