Skip to content

Commit

Permalink
dev; wait for last node only
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsingerus committed Nov 5, 2024
1 parent ef07794 commit 5fc85e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/chk/worker-chk-reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ func (w *worker) reconcileHostMain(ctx context.Context, host *api.Host) error {
reconcileStatefulSetOpts *statefulset.ReconcileOptions
)

if host.IsFirst() || host.IsLast() {
if !host.IsLast() {
reconcileStatefulSetOpts = reconcileStatefulSetOpts.SetDoNotWait()
}

Expand Down

0 comments on commit 5fc85e0

Please sign in to comment.