question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Help diagnosing local testing networking issues with minikube

See original GitHub issue

I’m no longer able to get my local environment to run tests. Worker can connect to the scheduler in the local process, but the host process can’t connect down to the workers running in minikube. Historically I think I’ve resolved this with ip route, however the instructions in the README are no longer doing me much good.

mrocklin@carbon:~/workspace/dask-kubernetes$ sudo ip route add 172.17.0.0/16 via $(minikube ip)
[sudo] password for mrocklin: 
RTNETLINK answers: File exists
mrocklin@carbon:~/workspace/dask-kubernetes$ sudo cat /etc/docker/daemon.json
{
   "bip": "172.19.1.1/16"
}

This is stopping me from making progress on this library.

cc @yuvipanda in case he has suggestions

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mrocklincommented, Aug 5, 2018

I’ll reraise next time I run into this.

0reactions
jjerphancommented, Mar 6, 2019

I got the same problem ; see the last comment of #127.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting Kubernetes Networking Issues - Teleport
How to diagnose. Start with a quick look at the allocated pod IP addresses: $ kubectl get pods -o wide NAME READY STATUS...
Read more >
Network Policy - Minikube - Kubernetes
minikube allows users to create and test network policies in the local Kubernetes cluster. This is useful since it allows the network ......
Read more >
Unable to connect to the server: dial tcp 192.168.99.100:8443 ...
Problem statement and error: After starting minikube on my mac, I cannot connect to the server using kubectl version.
Read more >
Troubleshooting minikube - kubernetes - Stack Overflow
What information is available to help troubleshoot minikube? What approach would people suggest to diagnose this? Here is an update to the ...
Read more >
Debug Services | Kubernetes
Assuming you have confirmed that DNS works, the next thing to test is whether your Service works by its IP address. From a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found