-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
CancelRequest not implemented by *genericclioptions.CommandHeaderRoundTripper #104380
Comments
/triage accepted |
We'll need to cherry pick this to 1.22. |
@eddiezane The build I linked above is using a feature of GitLab Kubernetes Agent called CI/CD tunnel, which allows to access Kubernetes API from a CI job. An agent is proxying requests into the cluster. When I was investigating timeouts I discovered that they happen because of throttling in the agent. Throttling happened because kubectl was making way too many requests and the code was not caching the authentication results. After fixing this, I started to investigate why kubectl is making so many requests in the first place and discovered that the image that was used ( |
The code that reported the error is
The The |
For more context: the |
I'm experiencing this today, seeing this error on my two master nodes.
The whole cluster is down. I was performing activities which were using the hard drive quite a bit. Not sure if that helps with debugging. Might be time to reboot the system hosting the node vms. But I think I'll experiment some more being that it is a dev cluster.
A reboot of each of the master nodes and things are coming back up. Worker nodes were fine. |
What happened:
What you expected to happen:
No errors printed.
How to reproduce it (as minimally and precisely as possible):
Not sure. This is the same thing as #73791, was fixed by #71757.
Anything else we need to know?:
Happened in a CI build https://gitlab.com/jrandazzo-demo/gitlab-kubernetes-agent-integration/configuration-repository/-/jobs/1503211935.
Environment:
kubectl version
): kubectl version 1.22.0 frombitnami/kubectl:latest
image.cat /etc/os-release
): linuxuname -a
):/sig cli
The text was updated successfully, but these errors were encountered: