-
Notifications
You must be signed in to change notification settings - Fork 816
Closed
Labels
Description
Kubeflow/common was initially created to have a common library for all frameworks in separate repos. Since we have already merged all operators into a single training operator, do we really need a separate common repository now?
Motivation:
- Many changes required for training operator requires changes in common code as well. This adds a huge overhead in maintenance. (Ref: Changing label selector type for HPA common#197, update k8s dependencies to 1.25 common#198, Remove deprecated labels common#200)
- Maintenance of separate kubeflow/common repo and keeping things in sync with training operator is an overhead (Also considering CI and testing)
Related: #1703