Skip to content

Commit

Permalink
added success log to upgrade management components flow
Browse files Browse the repository at this point in the history
  • Loading branch information
cxbrowne1207 committed Feb 9, 2024
1 parent 02225e7 commit d5a1d6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/workflows/management/upgrade_management_components.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@ func (s *installNewComponentsMC) Run(ctx context.Context, commandContext *task.C
if err := runInstallNewComponents(ctx, commandContext); err != nil {
return &workflows.CollectMgmtClusterDiagnosticsTask{}
}

if commandContext.OriginalError == nil {
logger.MarkSuccess("Management components upgraded!")
}

return nil
}

Expand Down

0 comments on commit d5a1d6c

Please sign in to comment.