-
Notifications
You must be signed in to change notification settings - Fork 748
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
fix clusterrole permissions: watch cninodes #2567
Conversation
@marcincuber in what context are you seeing this error? The VPC CNI only does a GET and PATCH on |
Not sure which context. But we upgraded to 1.15.0 today and saw the error immediately being thrown every 50 seconds or so. Adding Worth noting that it wasn't happening on 1.14.X release which we tested yesterday as well. |
This is just an error log in the IPAMD logs, right? In other words, the container itself is not crashing and restarting, right? What I assume is happening is that the k8s client is trying to cache |
Correct, container runs fine and no crashing. Just logging the same error without |
Thanks for finding this @marcincuber! I want to do some more digging on a solution that does not involve caching |
@marcincuber I created #2570 for the long-term fix, as this way no WATCH is created for |
Closing in favor of #2570 |
What type of PR is this?
Fix permissions issue
Which issue does this PR fix:
VPC CNI errors:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.