-
Notifications
You must be signed in to change notification settings - Fork 3k
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
watch.NewStreamer error #584
Comments
Make sure you are using the kubernetes-1.14.0 tag of k8s.io/apimachinery, not master /close |
@liggitt: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I took me a while to get this: https://github.com/kubernetes/client-go/blob/master/INSTALL.md#go-modules |
Seems 1.14 also not work |
I see there was a semantic versioning scheme. For example, client-go 9.0.0 matches the Kubernetes 1.12 release, client-go 10.0.0 matches Kubernetes 1.13, and so on. |
same issue. with. |
Following the instructions at https://github.com/kubernetes/client-go/blob/master/INSTALL.md#go-modules will help you make use of compatible versions of all k8s.io dependencies. As of Kubernetes 1.16.4, there are semver tags (v0.16.4) for client-go/api/apimachinery repos that make it easier to verify you have matching versions. |
I set |
In my case I had to add a replace stanza as well like the folllowing
|
Using golang 1.12.1 getting exception as
The text was updated successfully, but these errors were encountered: