-
Notifications
You must be signed in to change notification settings - Fork 73
Support for PodGroup updates #207
Support for PodGroup updates #207
Conversation
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
@johnugeorge Can we wait to create a new kubeflow/common release until this PR is merged? |
are you referring |
Ah, yes. This is a typo. |
65bcf75
to
48abbc9
Compare
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
48abbc9
to
74186bf
Compare
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
/lgtm |
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: terrytangyuan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Yuki Iwai yuki.iwai.tz@gmail.com
Currently, when users update CustomJob resources (e.g, TFJob) with
runPolicy.schedulingPolicy
orreplicas
changes, traininig-operator can not update PodGroup.This means when hpa-controller updates
replicas
, training-operator does not update PodGroup.So I implemented the logic to update PodGroup.
/assign @zw0610 @johnugeorge @terrytangyuan