kubernetes: hyperkube v1.7.0 gave warning on duplicate proto type registered

Is this a BUG REPORT or FEATURE REQUEST?:

Uncomment only one, leave it on its own line:

/kind bug

/kind feature

What happened:

kubectl version

2017-07-14 00:22:33.842797 I | proto: duplicate proto type registered: google.protobuf.Any 2017-07-14 00:22:33.843078 I | proto: duplicate proto type registered: google.protobuf.Duration 2017-07-14 00:22:33.843115 I | proto: duplicate proto type registered: google.protobuf.Timestamp Client Version: version.Info{Major:“1”, Minor:“7+”, GitVersion:“v1.7.0-1+e3085e7e4f4022”, GitCommit:“e3085e7e4f40227fe2ca0edb80099551058a3a5d”, GitTreeState:“clean”, BuildDate:“2017-07-14T06:01:23Z”, GoVersion:“go1.8.3”, Compiler:“gc”, Platform:“linux/amd64”} Server Version: version.Info{Major:“1”, Minor:“7+”, GitVersion:“v1.7.0-1+e3085e7e4f4022”, GitCommit:“e3085e7e4f40227fe2ca0edb80099551058a3a5d”, GitTreeState:“clean”, BuildDate:“2017-07-14T06:01:23Z”, GoVersion:“go1.8.3”, Compiler:“gc”, Platform:“linux/amd64”}

What you expected to happen: Running kubectl command without those warnings printed out to stderr.

How to reproduce it (as minimally and precisely as possible): Run any kubectl command.

Anything else we need to know?:

Environment:

  • Kubernetes version (use kubectl version):
  • Cloud provider or hardware configuration**:
  • OS (e.g. from /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Reactions: 2
  • Comments: 22 (8 by maintainers)

Most upvoted comments

i can verify this is fixed if you upgrade to 1.7.4

curl -O https://storage.googleapis.com/kubernetes-release/release/v1.7.4/bin/linux/amd64/kubectl
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 68.9M  100 68.9M    0     0   925k      0  0:01:16  0:01:16 --:--:-- 1390k
[fedora@ku-7ongeapfnd-0-yjslsvkiqdzt-kube-master-ti34yoxxwo5k ~]$ chmod +x kubectl
[fedora@ku-7ongeapfnd-0-yjslsvkiqdzt-kube-master-ti34yoxxwo5k ~]$ sudo mv kubectl /usr/local/bin/kubectl
[fedora@ku-7ongeapfnd-0-yjslsvkiqdzt-kube-master-ti34yoxxwo5k ~]$ kubectl get nodes
NAME                                                    STATUS                     AGE       VERSION
ku-7ongeapfnd-0-yjslsvkiqdzt-kube-master-ti34yoxxwo5k   Ready,SchedulingDisabled   33m       v1.7.4
ku-clzgwpk4r3-0-xzsncputd42o-kube-minion-awcygwm2juj4   Ready                      15m       v1.7.4
ku-clzgwpk4r3-1-tjx6cnbkyafn-kube-minion-xno2dnvvn7n6   Ready                      15m       v1.7.4