Skip to content
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

Connection timed out from pods within the same cluster #18667

Open
SanjayVas opened this issue Apr 17, 2024 · 2 comments
Open

Connection timed out from pods within the same cluster #18667

SanjayVas opened this issue Apr 17, 2024 · 2 comments

Comments

@SanjayVas
Copy link

What Happened?

I had to reimage my system and therefore reinstall (rootless) Docker and Minikube. After this, I'm having an issue where my pods within the cluster cannot access each other via ClusterIP services.

I can access these same services from my host machine using kubectl port-forward. I have no issues when applying the same object configurations to a local Kind cluster, or very similar configurations to GKE.

Running Minikube v1.32.0 on Debian Trixie.

Attach the log file

minikube-log.txt

Operating System

Other

Driver

Docker

@SanjayVas
Copy link
Author

Can still reproduce in Minikube v1.33.1

@SanjayVas
Copy link
Author

After finding #16962, I ended up getting things working by setting net.ipv4.ip_forward=1 on my host machine. It looks like that issue may affect rootless Docker as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant