-
Notifications
You must be signed in to change notification settings - Fork 699
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
[v1alpha2] Sync commits with v1alpha1 #490
Comments
Yes, we can create new PR for this after merge v1alpha2 to master. |
What does sync commits mean? Are we maintaining multiple branches? I thought per the discussion in #492 the plan was to have 2 different binaries in master 1 for v1alpha2 and 1 for v1alpha1? So is this issue about keeping both implementations in master in sync? or is this about keeping branches in sync? I think it will be much better if we keep both implementations on master. Then if there are bits of code that should be the same for both implementations we can just create a function or some other mechanism to allow code reuse. |
The commits implements some new features in v1alpha1 and I think we could support it in v1alpha2, too. Then we need to re-implement these features in v1alpha2. |
@mitake Could I assign |
@gaocegege sure, please assign the task to me |
@mitake Now the v1alpha2 is merged and I think you are not blocked now 🎉 |
@gaocegege @ScorpioCPH I'd like to replace this issue with finer grained issues so its easier to track and assign the actual work items. I created the issues
Regarding the PRs mentioned in the first comment
So I think the only remaining issue is
If its still an issue can we open up a separate issue for it and close this one? |
@jlewi Thanks, LGTM, we can close this one. |
Use headless services for Training jobs (Use headless services for Training jobs #471)fix field selectors in controller (Fix field selectors in controller #465)Create PDB of TFReplicaSet for gang scheduling by kube-arbitrator (Create PDB of TFReplicaSet for gang scheduling by kube-arbitrator #452)- jlewi@ created [v1alpha2] Add PDB of TFReplicaSet for gang scheduling by kube-arbitrator #575 to track this
There are 4 commits and we should sync them in v1alpha2. #452 #465 #471 needs to be re-implemented and #441 could be cherry-picked.
The text was updated successfully, but these errors were encountered: