-
Notifications
You must be signed in to change notification settings - Fork 217
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
Add support for the managedBy field #646
Comments
xref for the similar issue in the training operator: kubeflow/training-operator#2193 |
As we discussed in kubeflow community meeting, basically, I'm fine with this feature. |
+1 to this feature. I also can't promise review bandwidth, but it's something that needs to be done for consistency with the other APIs. |
@mszadkow Do you have any plans to work on this issue? |
/assign |
What you would like to be added?
The support for the
managedBy
field which can delegate reconciliation from built-in controller, to a custom one.The semantics of the field are:
Why is this needed?
For context, we have in Kueue the effort (see Support Kubeflow Jobs in MultiKueue) to support kubeflow-training (it will include MPIJob), but it will not be complete without the support for managedBy.
The complete support for the users of MultiKueue (multi-cluster Kueue) means:
The efforts to support the field in:
Love this feature?
Give it a 👍 We prioritize the features with most 👍
The text was updated successfully, but these errors were encountered: