From c16f65e0d127fa778534eba04f968509c2bc36e7 Mon Sep 17 00:00:00 2001 From: wind Date: Fri, 14 Jan 2022 17:41:43 +0800 Subject: [PATCH] [conf] Update master config on k8s (#8045) Co-authored-by: caishunfeng <534328519@qq.com> --- deploy/kubernetes/dolphinscheduler/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/kubernetes/dolphinscheduler/values.yaml b/deploy/kubernetes/dolphinscheduler/values.yaml index 92d6a04bcf..ecf9fd723b 100644 --- a/deploy/kubernetes/dolphinscheduler/values.yaml +++ b/deploy/kubernetes/dolphinscheduler/values.yaml @@ -184,6 +184,8 @@ master: MASTER_TASK_COMMIT_INTERVAL: "1000" MASTER_MAX_CPU_LOAD_AVG: "-1" MASTER_RESERVED_MEMORY: "0.3" + MASTER_FAILOVER_INTERVAL: 10 + MASTER_KILL_YARN_JOB_WHEN_HANDLE_FAILOVER: "true" worker: ## PodManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down.