Kenny Leftin

Results 2 comments of Kenny Leftin

Hi Jacob, I have a suspicion that change may have caused a regression when working with replicas > 1. When I start a new DaskJob, all but one replica fails...

Hi Jacob, I'm following the example code in https://kubernetes.dask.org/en/latest/operator_resources.html#daskjob Specifically, passing the DASK_WORKER_NAME env. variable to the dask worker CLI: ``` - name: worker image: "ghcr.io/dask/dask:latest" imagePullPolicy: "IfNotPresent" args: -...