timomaier
timomaier
This is the config yaml of the DaskCluster (I removed unnecessary parts), if this helps ```yaml apiVersion: kubernetes.dask.org/v1 kind: DaskCluster metadata: annotations: kopf.zalando.org/last-handled-configuration: > {"spec":} # Same spec dict as...
> What about pip list from the machine you are running this code from? ``` Package Version -------------------------- ----------------- dask 2024.4.1 dask-kubernetes 2024.4.0 distributed 2024.4.1 ``` > Can you confirm...
I did uninstall the operator and made sure everything related to it is gone , followed [this guide](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#delete-a-customresourcedefinition), installed again, but unfortunately the problem persists. The Exception is a bit...