Browse Source

[conf] Update master config on k8s (#8045)

Co-authored-by: caishunfeng <534328519@qq.com>
3.0.0/version-upgrade
wind 2 years ago committed by GitHub
parent
commit
c16f65e0d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      deploy/kubernetes/dolphinscheduler/values.yaml

2
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.

Loading…
Cancel
Save