-
Notifications
You must be signed in to change notification settings - Fork 8.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
Update golang dependencies #741
Conversation
@aledbf, is this ready for merge? Out of curiosity, what do you need from the new version? |
@nicksardo with the update of client-go I don't see resource version warnings in the informers (in 1.6.x cluster) |
@nicksardo yes, this is ready to be merged. Just waiting your review :) |
@nicksardo thanks! |
"Comment": "v1.7.0-alpha.0-1863-g289ef62", | ||
"Rev": "289ef62442b2e74e533e2b0f1e309c70750d7423" | ||
"Comment": "v1.7.0-alpha.4-155-g97c2b70fe3", | ||
"Rev": "97c2b70fe316d1368169c193e72f201f0cc33d47" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couldn't find this commit hash from Kubernetes repo.
Is this an expected message on a 1.5.x cluster? E0524 01:31:54.311093 5 event.go:260] Could not construct reference to: '&v1beta1.Ingress{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}...the-whole-ingress-object-here...}' due to: 'no kind is registered for the type v1beta1.Ingress'. Will not report event: 'Normal' 'CREATE' 'Ingress default/app2' Same with a BTW things are apparently working. |
@jcmoraisjr yes, I am changing the event reporter |
No description provided.