-
Notifications
You must be signed in to change notification settings - Fork 40.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add user agent string to all client requests #4129
Conversation
Removed some unused code in kubectl while i was at it, and fixed hack local up cluster. |
Integration test failure seems relevant: |
Cool, thanks. |
75e39fe
to
e5364c0
Compare
Should be cleaned up across all 3 scripts that use etcd::start ----- Original Message -----
|
LGTM. |
Form: kube-controller-manager/v0.10.0 (linux/amd64) kubernetes/550b98e <basename(os.Argv)>/<gitVersion> (<GOOS>/<GOARCH>) kubernetes/<shortGitCommit> Can be set by other clients
e5364c0
to
449f9d9
Compare
Done. ----- Original Message -----
|
Thanks! |
Add user agent string to all client requests
Fixes #2596