Skip to content

Commit

Permalink
Infof
Browse files Browse the repository at this point in the history
  • Loading branch information
kke authored Aug 28, 2023
1 parent 116812f commit 2186765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phase/upgrade_controllers.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (p *UpgradeControllers) Run() error {

// https://github.com/k0sproject/k0sctl/issues/537
leader := p.Config.Spec.K0sLeader()
log.Info("%s: Waiting for kube-system pods to become ready", leader)
log.Infof("%s: Waiting for kube-system pods to become ready", leader)
// Wait for a scheduling event
if err := leader.WaitFindScheduleFromKubeSystemEvents(); err != nil {
return err
Expand Down

0 comments on commit 2186765

Please sign in to comment.