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

none-driver: pod communications not working #110

Closed
maxbrunet opened this issue Mar 23, 2023 · 0 comments · Fixed by kubernetes/minikube#16143
Closed

none-driver: pod communications not working #110

maxbrunet opened this issue Mar 23, 2023 · 0 comments · Fixed by kubernetes/minikube#16143

Comments

@maxbrunet
Copy link
Contributor

maxbrunet commented Mar 23, 2023

Opening the issue here for visibility.

I fixed most issues with Minikube v1.29.0 in #74, but I wrongly assume network issues would be caught by Minikube's own verification. Pods cannot communicate over the network, I identified it as a problem with iptables and opened a PR upstream: kubernetes/minikube#16143

If it cannot be fixed upstream, we could use jq like so (or JS directly):

jq '.cniVersion = "0.4.0" | .plugins |= . + [{ "type": "firewall" }]' /etc/cni/net.d/1-k8s.conflist | sudo tee /etc/cni/net.d/1-k8s.conflist.patched
sudo mv /etc/cni/net.d/1-k8s.conflist.patched /etc/cni/net.d/1-k8s.conflist
sudo systemctl restart cri-docker
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

Successfully merging a pull request may close this issue.

1 participant