We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e8b51b commit 59ffd7aCopy full SHA for 59ffd7a
1 file changed
pkg/cmd/proxy/main.go
@@ -67,7 +67,7 @@ func main() {
67
constants.EnvPodNamespace, os.Getenv(constants.EnvPodNamespace), constants.EnvPodName, os.Getenv(constants.EnvPodName))
68
}
69
cfg := ctrl.GetConfigOrDie()
70
-
+ cfg.UserAgent = "ctrlmesh"
71
if err := client.NewRegistry(cfg); err != nil {
72
klog.Fatalf("Failed to new client registry: %v", err)
73
0 commit comments