DaskCluster updates are not applied except for scale

there is a relevant issue: k8s Operator: DaskCluster spec updates do not propagate to pods · Issue #636 · dask/dask-kubernetes · GitHub
why was it closed? are you not planning supporting any other updates except scale?

my current workflow builds custom image for dask scheduler/worker and puts new tags into DaskCluster yaml. is the only way to update cluster deleting it?

Hi @Fogapod, welcome to Dask community!

According to the linked issue, it was closed because the mechanism has been implemented. Are you sure your problem is the same? Which version of dask-kubernetes are you using?

In any case, if youhave an issue and most importantly some reproducer, I encourage you to open an issue in dask-kubernetes.

cc @jacobtomlinson.

1 Like

I created an issue: Handle `image`, `env` and `args` fields updates in DaskCluster in k8s operator · Issue #895 · dask/dask-kubernetes · GitHub