Giter Club home page Giter Club logo

Comments (9)

mrocklin avatar mrocklin commented on June 8, 2024 1

I'll reraise next time I run into this.

from dask-kubernetes.

jacobtomlinson avatar jacobtomlinson commented on June 8, 2024

@mrocklin do you still want this or has it gone stale now?

from dask-kubernetes.

limx0 avatar limx0 commented on June 8, 2024

+1 also having this issue.

from dask-kubernetes.

yuvipanda avatar yuvipanda commented on June 8, 2024

@limx0 can you tell me what is the output of ip route show and minikube ip?

from dask-kubernetes.

limx0 avatar limx0 commented on June 8, 2024

@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?

from dask-kubernetes.

yuvipanda avatar yuvipanda commented on June 8, 2024

Ah, I've never used the kubernetes for docker setup, so can't help unfortunately.

from dask-kubernetes.

limx0 avatar limx0 commented on June 8, 2024

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

image

but when I try to gather I get the following:

distributed.scheduler - ERROR - Workers don't have promised key: ['tcp://172.17.0.5:41291'], len-02801d9fe445b87768d77b61e9186579
NoneType: None
distributed.client - WARNING - Couldn't gather 1 keys, rescheduling {'len-02801d9fe445b87768d77b61e9186579': ('tcp://172.17.0.5:41291',)}

As requested, my minikube ip

~$ minikube ip
192.168.99.100

and osx ip route show

~$  ip route show
default via 10.0.0.1 dev en0
10.0.0.0/24 dev en0  scope link
10.0.0.1/32 dev en0  scope link
10.0.0.8/32 dev en0  scope link
127.0.0.0/8 via 127.0.0.1 dev lo0
169.254.0.0/16 dev en0  scope link
192.168.99.0/24 dev vboxnet  scope link
224.0.0.0/4 dev en0  scope link
255.255.255.255/32 dev en0  scope link

from dask-kubernetes.

yuvipanda avatar yuvipanda commented on June 8, 2024

Unfortunately i don't know enough about OS X networking to help :( sorry!

from dask-kubernetes.

jjerphan avatar jjerphan commented on June 8, 2024

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

from dask-kubernetes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.