dask-kubernetes icon indicating copy to clipboard operation
dask-kubernetes copied to clipboard

Adding labels to DaskCluster (or other CRs) don't propagate

Open jacobtomlinson opened this issue 11 months ago • 0 comments

When you create a DaskCluster (or other CR) the labels get propagated to the child resources.

However if you update a DaskCluster with a label after it was created the labels are not propagated.

We should add an update handler to do this.

jacobtomlinson avatar Jul 14 '23 14:07 jacobtomlinson