Skip to content

Commit 6618802

Browse files
gardener-ci-robotshafeeqes
authored andcommitted
Skip coreDNS migration check if Shoot is hibernated (gardener#13303)
Co-authored-by: Shafeeque E S <shafeeqes@gmail.com> (cherry picked from commit 291c94d)
1 parent 384f05c commit 6618802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/gardenlet/controller/shoot/shoot/reconciler_reconcile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ func (r *Reconciler) runReconcileShootFlow(ctx context.Context, o *operation.Ope
624624
Fn: flow.TaskFn(func(ctx context.Context) error {
625625
return botanist.CheckDNSServiceMigration(ctx)
626626
}),
627-
SkipIf: o.Shoot.IsWorkerless,
627+
SkipIf: o.Shoot.IsWorkerless || o.Shoot.HibernationEnabled,
628628
Dependencies: flow.NewTaskIDs(waitUntilNetworkIsReady),
629629
})
630630
_ = g.Add(flow.Task{

0 commit comments

Comments
 (0)