-
-
Notifications
You must be signed in to change notification settings - Fork 153
Help diagnosing local testing networking issues with minikube #71
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
Comments
@mrocklin do you still want this or has it gone stale now? |
I'll reraise next time I run into this. |
+1 also having this issue. |
@limx0 can you tell me what is the output of |
@yuvipanda I'm on OSX and using actually using docker-for-desktop now after having a bunch of issues getting minikube working consistently on my mac. Is there an equivalent for docker kubes? |
Ah, I've never used the kubernetes for docker setup, so can't help unfortunately. |
Hey @yuvipanda, I got my minikube working finally, and still having the same issue. After starting a single worker cluster with the instructions at https://kubernetes.dask.org/en/latest/,I can successfully submit a task but when I try to gather I get the following:
As requested, my
and osx
|
Unfortunately i don't know enough about OS X networking to help :( sorry! |
I got the same problem ; see the last comment of #127. |
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.This is stopping me from making progress on this library.
cc @yuvipanda in case he has suggestions
The text was updated successfully, but these errors were encountered: