-
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
CNI panic in server from reflect.Value #1100
Comments
Can confirm we're running v1.6.2 here, so this should be solved by v1.7 when it's released? |
@adammw I think this is an actual bug in the code that only happens when the introspection endpoint is called, so it's not yet fixed in v1.7.1. I will try to reproduce it and add a fix. |
That makes sense, we regularly poll the introspection endpoint in our cluster to gate node readiness as well as try and find potential CNI issues, so it's likely that the code path isn't normally hit by other users not using the introspection endpoint as heavily. |
Fixed in #1179 and will be included in the next release. |
Found this in our logs for a misbehaving node:
The text was updated successfully, but these errors were encountered: