Handle image
, env
and args
fields updates in DaskCluster in k8s operator
#895
Labels
image
, env
and args
fields updates in DaskCluster in k8s operator
#895
I have a permanent dask cluster in kubernetes. Current operator ignores all changes to manifest.
There has been an issue about supporting spec updates, it got closed as resolved after implementing scale field support: #636.
The only fields that cause changes to deployment after applying updated manifest are
spec.worker.replicas
,DaskAutoscaler
min/max.Is it possible to support other fields, specifically
image
,args
,env
,volumes/mounts
?If not, what could be the optimal way to gracefully shut down and update cluster?
Cluster manifest (mostly copypasted from example):
Operator version:
helm install --repo https://helm.dask.org --create-namespace -n dask-operator --generate-name --version 2024.5.0 dask-kubernetes-operator
Dask version: custom built image that uses the following deps:
Although it's the same with
2024.5.2-py3.11
imageThe text was updated successfully, but these errors were encountered: