-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
cache contained <nil> #2898
Comments
Possibly related to: actions/actions-runner-controller#776 |
[Correction] this is coming from a |
I've never seen this. Are you using |
Nope. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
I am using
controller-runtime
to create a controller that tracks pods using a cache. I get the following error:This is coming from the following line, which indicates that the condition should never happen:
https://github.com/kubernetes-sigs/controller-runtime/blob/main/pkg/cache/internal/cache_reader.go#L80
How should I proceed to debug this?
The text was updated successfully, but these errors were encountered: