Skip to content

Commit a54bf84

Browse files
committedMar 31, 2025·
string format update
1 parent 2292f56 commit a54bf84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎pkg/daemon/update.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ func (dn *Daemon) update(oldConfig, newConfig *mcfgv1.MachineConfig, skipCertifi
12431243
}
12441244
}
12451245
err = upgrademonitor.GenerateAndApplyMachineConfigNodes(
1246-
&upgrademonitor.Condition{State: mcfgalphav1.MachineConfigNodeUpdatePrepared, Reason: string(mcfgalphav1.MachineConfigNodeUpdatePrepared), Message: fmt.Sprintf("Update Compatible. Post Cfg Actions %v: Drain Required: %t", actions, drain)},
1246+
&upgrademonitor.Condition{State: mcfgalphav1.MachineConfigNodeUpdatePrepared, Reason: string(mcfgalphav1.MachineConfigNodeUpdatePrepared), Message: fmt.Sprintf("Update Compatible. Post Cfg Actions: %v Drain Required: %t", actions, drain)},
12471247
nil,
12481248
metav1.ConditionTrue,
12491249
metav1.ConditionFalse,

0 commit comments

Comments
 (0)
Please sign in to comment.