Giter Club home page Giter Club logo

Comments (6)

bstadlbauer avatar bstadlbauer commented on September 27, 2024 2

@jacobtomlinson Should we add a smoke test that installs the helm operator and runs a simple cluster? 🤔 Or is there a reason this would have been caught?

from dask-kubernetes.

jacobtomlinson avatar jacobtomlinson commented on September 27, 2024 1

Ok I've fixed the bug in kr8s and released v0.6.0. Then in #752 I've bumped our dependency here and tested the helm chart locally using the pytest-kind cluster.

Build the dev image

$ docker build -t ghcr.io/dask/dask-kubernetes-operator:dev -f dask_kubernetes/operator/deployment/Dockerfile .

Load the image into Kubernetes

$ kind load docker-image --name pytest-kind ghcr.io/dask/dask-kubernetes-operator:dev

Install the helm chart

$ cd dask_kubernetes/operator/deployment/helm/

$ helm install --generate-name ./dask-kubernetes-operator --set image.tag=dev

Create a cluster

In [1]: from dask_kubernetes.operator import KubeCluster
   ...: cluster = KubeCluster(name="foo", n_workers=1)
╭───────────────────────── Creating KubeCluster 'foo' ─────────────────────────╮
│                                                                              │
│   DaskCluster                                                      Running   │
│   Scheduler Pod                                                    Running   │
│   Scheduler Service                                                Created   │
│   Default Worker Group                                             Created   │
│                                                                              │
│ ⠇ Getting dashboard URL                                                      │
╰──────────────────────────────────────────────────────────────────────────────╯

In [2]: 

I'm going to cut another release here and things should be good!

from dask-kubernetes.

jacobtomlinson avatar jacobtomlinson commented on September 27, 2024 1

2023.6.1 is up on PyPI. Conda Forge is still stuck on 2023.3.2 due to some packaging issues but will skip right over this problem. So I'm going to close this out.

Looking forward to seeing the tests @bstadlbauer.

from dask-kubernetes.

jacobtomlinson avatar jacobtomlinson commented on September 27, 2024

It looks like kr8s is unable to find the service account credentials that are being provided by the Dask Operator helm chart. I'm investigating now.

from dask-kubernetes.

jacobtomlinson avatar jacobtomlinson commented on September 27, 2024

Yeah I think that's a great idea.

from dask-kubernetes.

bstadlbauer avatar bstadlbauer commented on September 27, 2024

Thank you! I've been working on the automated test but my kind cluster wouldn't come up on the train 🤦

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.