We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f177144 commit 3e09b01Copy full SHA for 3e09b01
cmd/main.go
@@ -85,6 +85,10 @@ func main() {
85
86
ctrl.SetLogger(zap.New(zap.UseFlagOptions(&opts)))
87
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
+
92
// if the enable-http2 flag is false (the default), http/2 should be disabled
93
// due to its vulnerabilities. More specifically, disabling http/2 will
94
// prevent from being vulnerable to the HTTP/2 Stream Cancellation and
0 commit comments