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
|
|
@ -350,6 +350,7 @@ func NewMPIJobControllerWithClock(
|
|||
workqueue.TypedRateLimitingQueueConfig[any]{Name: "MPIJob"},
|
||||
),
|
||||
recorder: recorder,
|
||||
clusterDomain: opt.ClusterDomain,
|
||||
clock: clock,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue