Skip to content
Snippets Groups Projects
Commit 6b789762 authored by Felix Kunde's avatar Felix Kunde
Browse files

show a bit more logs from upgrade script

parent 0b8bb4f9
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ func (c *Cluster) majorVersionUpgrade() error {
return err
}
c.logger.Infof("upgrade action triggered and command completed: %s", result[:50])
c.logger.Infof("upgrade action triggered and command completed: %s", result[:100])
c.eventRecorder.Eventf(c.GetReference(), v1.EventTypeNormal, "Major Version Upgrade", "Upgrade from %d to %d finished", c.currentMajorVersion, desiredVersion)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment