-
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
Panic on invalid cast #522
Labels
Comments
Worth noting that this usually occurs immediately after a string of these warnings:
|
Additional information: we recently observed it again, while we were upgrading API servers. |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CNI Plugin panics
Used operator framework is v0.0.7, panic is here: https://github.com/operator-framework/operator-sdk/blob/v0.0.7/pkg/sdk/informer.go#L123
New version is 0.8.7.
Probably, upgrading will solve the issue.
The text was updated successfully, but these errors were encountered: