Skip to content

Commit 3e09b01

Browse files
authored
Add startup message (#18)
1 parent f177144 commit 3e09b01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmd/main.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ func main() {
8585

8686
ctrl.SetLogger(zap.New(zap.UseFlagOptions(&opts)))
8787

88+
setupLog.Info("Thank you for choosing Scaleway as your infrastructure provider for Cluster API! "+
89+
"Stay up to date with the latest news, updates, and important announcements by joining "+
90+
"the #cluster-api channel on our Slack: https://slack.scaleway.com/", "version", internalVersion.Version)
91+
8892
// if the enable-http2 flag is false (the default), http/2 should be disabled
8993
// due to its vulnerabilities. More specifically, disabling http/2 will
9094
// prevent from being vulnerable to the HTTP/2 Stream Cancellation and

0 commit comments

Comments
 (0)