@@ -160,7 +160,7 @@ def _prepare_cluster(self):
160160 self .cluster_body ["metadata" ] = {
161161 "name" : self .cluster_name ,
162162 "labels" : {
163- "reana-run-dask-owner -uuid" : self .user_id ,
163+ "user -uuid" : self .user_id ,
164164 "reana-run-dask-workflow-uuid" : self .workflow_id ,
165165 },
166166 }
@@ -233,7 +233,7 @@ def _prepare_autoscaler(self):
233233 self .autoscaler_body ["metadata" ] = {
234234 "name" : self .autoscaler_name ,
235235 "labels" : {
236- "reana-run-dask-owner -uuid" : self .user_id ,
236+ "user -uuid" : self .user_id ,
237237 "reana-run-dask-workflow-uuid" : self .workflow_id ,
238238 },
239239 }
@@ -706,7 +706,7 @@ def create_dask_dashboard_ingress(workflow_id, user_id):
706706 workflow_id , "dashboard_ingress_middleware"
707707 ),
708708 "labels" : {
709- "reana-run-dask-owner -uuid" : user_id ,
709+ "user -uuid" : user_id ,
710710 "reana-run-dask-workflow-uuid" : workflow_id ,
711711 },
712712 "namespace" : REANA_RUNTIME_KUBERNETES_NAMESPACE ,
@@ -729,7 +729,7 @@ def create_dask_dashboard_ingress(workflow_id, user_id):
729729 "traefik.ingress.kubernetes.io/router.middlewares" : f"{ REANA_RUNTIME_KUBERNETES_NAMESPACE } -{ get_dask_component_name (workflow_id , 'dashboard_ingress_middleware' )} @kubernetescrd" ,
730730 },
731731 labels = {
732- "reana-run-dask-owner -uuid" : user_id ,
732+ "user -uuid" : user_id ,
733733 "reana-run-dask-workflow-uuid" : workflow_id ,
734734 },
735735 ),
0 commit comments