Skip to content

Commit

Permalink
Fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetrov117 committed Jul 26, 2024
1 parent 40cb6cf commit 64022f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/reconcile_kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (r *UpgradePlanReconciler) reconcileKubernetes(ctx context.Context, upgrade
return ctrl.Result{}, err
}

setInProgressCondition(upgradePlan, lifecyclev1alpha1.KubernetesUpgradedCondition, "Control plane nodes are being upgraded")
setInProgressCondition(upgradePlan, lifecyclev1alpha1.KubernetesUpgradedCondition, "Worker nodes are being upgraded")
return ctrl.Result{}, r.createPlan(ctx, upgradePlan, workerPlan)
}

Expand Down

0 comments on commit 64022f4

Please sign in to comment.