-
Notifications
You must be signed in to change notification settings - Fork 1.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
Requests from within the cluster timeout #2208
Comments
There's really not a lot we can do here to debug your external service timing out. There are many factors ...
I don't recommend using pre-release versions of kind unless you're developing Kubernetes itself. If you do however, it's helpful to use a version built with the makefile so we get the git information which is not possible with |
I understand that. As said, I was just wondering whether this kind of error would ring a bell for someone. If not, I guess we can close this, and I will be back to debugging the networking of my local installation.
I see, but I also tried with |
it is a connectivity problem, so you have to find where the connectivity is broken; |
This was due to a bug in Docker Desktop. They introduced some kind of proxy which was not using the local cert store and presented a lot of issues. This being just one of them. It was fixed relatively quick. Currently, I am with version 3.3.3 of Docker Desktop and this does not reproduce anymore. |
Phew! Thanks for following up! |
What happened:
I am running a Kind cluster. This cluster has 2 services which periodically communicate to a backend via both HTTP and gRPC. However, all of the outbound requests fail with a timeout.
What you expected to happen:
Requests are successful.
How to reproduce it (as minimally and precisely as possible):
To do this you would need access to an enterprise product, which is still not-GA. I am opening this issue more as a question and looking for advice about what I need to look for, and whether someone else has had a similar problem.
When googling I came across #717. I had issues with resource limits again, so I have them pretty high. Anyhow, I bumped them up once again (CPUs - 10, Memory - 12GB, Swap - 1.5GB, Disk image size 80GB/61GB used), and I still reproduce the issue.
I am opening this issue with
kind
, because we are not able to reproduce the problem on any other environment (EKS, AKS, etc.).Anything else we need to know?:
Here I have some log messages. The first one is from a failing HTTP request to the backend:
and the other ones is for failing gRPC request:
Environment:
kind version
):kind version 0.11.0-alpha
kind version 0.10.0
kubectl version
):docker info
):/etc/os-release
):The text was updated successfully, but these errors were encountered: