-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
What happened:
When trying to install kubetest via go get -u k8s.io/test-infra/kubetest the following error occurs in the client-go package:
src/k8s.io/client-go/transport/round_trippers.go:70:11: cannot convert klog.V(9) (type klog.Verbose) to type bool
src/k8s.io/client-go/transport/round_trippers.go:72:11: cannot convert klog.V(8) (type klog.Verbose) to type bool
src/k8s.io/client-go/transport/round_trippers.go:74:11: cannot convert klog.V(7) (type klog.Verbose) to type bool
src/k8s.io/client-go/transport/round_trippers.go:76:11: cannot convert klog.V(6) (type klog.Verbose) to type bool
What you expected to happen:
Kubetest installs without errors.
How to reproduce it (as minimally and precisely as possible):
Run go get -u k8s.io/test-infra/kubetest in a clean environment.
docker run -it --entrypoint /bin/bash golang:1.12.9
go get -u k8s.io/test-infra/kubetest
Please provide links to example occurrences, if any:
Anything else we need to know?:
adelina-t, atoato88, krzysied, johnzheng1975, saschagrunert and 4 more
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.