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 451d034 commit 11b4346Copy full SHA for 11b4346
main.go
@@ -265,7 +265,9 @@ func main() {
265
BurstSize: 100,
266
})
267
268
- mgr, err := ctrl.NewManager(ctrl.GetConfigOrDie(), ctrl.Options{
+ restConfig := ctrl.GetConfigOrDie()
269
+ restConfig.UserAgent = "cluster-api-provider-azure-manager"
270
+ mgr, err := ctrl.NewManager(restConfig, ctrl.Options{
271
Scheme: scheme,
272
MetricsBindAddress: metricsAddr,
273
LeaderElection: enableLeaderElection,
0 commit comments