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 2285973 commit 4a70259Copy full SHA for 4a70259
main.go
@@ -204,6 +204,7 @@ func main() {
204
// Set the API Server QPS and Burst
205
kubeConfig.QPS = config.DefaultAPIServerQPS
206
kubeConfig.Burst = config.DefaultAPIServerBurst
207
+ kubeConfig.UserAgent = fmt.Sprintf("%s/%s", ec2API.AppName, version.GitVersion)
208
209
setupLog.Info("starting the controller with leadership setting",
210
"leader mode enabled", enableLeaderElection,
0 commit comments