Propagate ClusterDomain from server to reconciler (#707)
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
This commit is contained in:
parent
e02dfe57f4
commit
2d901d0db6
|
|
@ -349,8 +349,9 @@ func NewMPIJobControllerWithClock(
|
|||
),
|
||||
workqueue.TypedRateLimitingQueueConfig[any]{Name: "MPIJob"},
|
||||
),
|
||||
recorder: recorder,
|
||||
clock: clock,
|
||||
recorder: recorder,
|
||||
clusterDomain: opt.ClusterDomain,
|
||||
clock: clock,
|
||||
}
|
||||
|
||||
controller.updateStatusHandler = controller.doUpdateJobStatus
|
||||
|
|
|
|||
Loading…
Reference in New Issue