-
Notifications
You must be signed in to change notification settings - Fork 33
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
doc-controller pod keeps dying #143
Comments
Turning DEBUG on for every match didn't add much - just one line from tower::buffer::worker:
|
And, FWIW, I enabled Hubble to see if there's any communication being blocked and I see none. No other odd Events on the cluster. Calling it a night on this. Thanks for the attention! :) |
hm, the error should originate from the Maybe try turning off the netpol if you're installing it with that option. The netpol that i've wrote is not really tuned for cilium because it's doing the awkward thing of fetching the apiserver IP (edit: that's ci only, it should work for cilium with 0.0.0.0). Wrote some notes on this in the netpol guide before. Basically, you should be able to use |
Thank you, @clux! I will see about converting the Network Policy to the Cilium schema and see how much I break. :D |
P.S. If there's something around this I can contribute back, I'm happy to, if the contribution is welcome. |
Howdy. I'm using this repo's controller template to learn more about the K8s Operator pattern, so apologies in advance if I don't report the right info first time around. This is in minikube, run with the following options:
I've gone through the README's instructions, and I see that the pod starts, stays alive for a bit, then dies. Here's the pod's log:
I've verified that I've got the CRDs installed.
I can see the page via port-forwarding. (see screenshot)
Even /metrics:
Do please let me know if there's anything I can do to aid in troubleshooting this. Thanks!
The text was updated successfully, but these errors were encountered: