-
Notifications
You must be signed in to change notification settings - Fork 195
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
Cannot Debug context canceled Error #63
Comments
Just an additional comment. Although in the daemonset yaml I posted there is the |
This log line means that the client cancelled the request, there's not much we can/should do here I think. |
Is there a result of this questions? I have the same questions with kube-rbac-proxy:0.4.1 images.
|
This is a stale issue. If there is no request for keeping it open within a month, I would like to close it. |
I will close the issue as being stale. Feel free to reopen it, if it is still an issue. |
Bug 1986504: bump openshift/api
Merge upstream v0.14.0 on downstream
Hi,
I have been getting this error from kube-rbac-proxy sidecar and I am really struggling to understand what is the reason behind it. kube-rbac-proxy is a sidecar to this deamonset:
The logs I can see in the pod are these:
This error seems to be coming from the golang.org/x/net library, but I cannot understand how to investigate it more.
The amazing thing is that in one of the (identical in terms of setup/configuration) nodes the proxy works without a problem.
Would be very grateful if someone can help me with this one.
The text was updated successfully, but these errors were encountered: