You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/kubernetes/dolphinscheduler/README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ Please refer to the [Quick Start in Kubernetes](../../../docs/docs/en/guide/inst
14
14
|-----|------|---------|-------------|
15
15
| alert.affinity | object |`{}`| Affinity is a group of affinity scheduling rules. If specified, the pod's scheduling constraints. More info: [node-affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity)|
16
16
| alert.annotations | object |`{}`| You can use annotations to attach arbitrary non-identifying metadata to objects. Clients such as tools and libraries can retrieve this metadata. |
17
+
| alert.customizedConfig | object |`{}`| configure aligned with https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/application.yaml|
| alert.enabled | bool |`true`| Enable or disable the Alert-Server component |
18
20
| alert.env.JAVA_OPTS | string |`"-Xms512m -Xmx512m -Xmn256m"`| The jvm options for alert server |
19
21
| alert.livenessProbe | object |`{"enabled":true,"failureThreshold":"3","initialDelaySeconds":"30","periodSeconds":"30","successThreshold":"1","timeoutSeconds":"5"}`| Periodic probe of container liveness. Container will be restarted if the probe fails. More info: [container-probes](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes)|
@@ -52,6 +54,8 @@ Please refer to the [Quick Start in Kubernetes](../../../docs/docs/en/guide/inst
52
54
| alert.tolerations | list |`[]`| Tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass. |
53
55
| api.affinity | object |`{}`| Affinity is a group of affinity scheduling rules. If specified, the pod's scheduling constraints. More info: [node-affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity)|
54
56
| api.annotations | object |`{}`| You can use annotations to attach arbitrary non-identifying metadata to objects. Clients such as tools and libraries can retrieve this metadata. |
57
+
| api.customizedConfig | object |`{}`| configure aligned with https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-api/src/main/resources/application.yaml|
| api.enabled | bool |`true`| Enable or disable the API-Server component |
56
60
| api.env.JAVA_OPTS | string |`"-Xms512m -Xmx512m -Xmn256m"`| The jvm options for api server |
57
61
| api.livenessProbe | object |`{"enabled":true,"failureThreshold":"3","initialDelaySeconds":"30","periodSeconds":"30","successThreshold":"1","timeoutSeconds":"5"}`| Periodic probe of container liveness. Container will be restarted if the probe fails. More info: [container-probes](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes)|
@@ -191,6 +195,8 @@ Please refer to the [Quick Start in Kubernetes](../../../docs/docs/en/guide/inst
| master.affinity | object |`{}`| Affinity is a group of affinity scheduling rules. If specified, the pod's scheduling constraints. More info: [node-affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity)|
193
197
| master.annotations | object |`{}`| You can use annotations to attach arbitrary non-identifying metadata to objects. Clients such as tools and libraries can retrieve this metadata. |
198
+
| master.customizedConfig | object |`{}`| configure aligned with https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-master/src/main/resources/application.yaml|
| master.enabled | bool |`true`| Enable or disable the Master component |
195
201
| master.env.JAVA_OPTS | string |`"-Xms1g -Xmx1g -Xmn512m"`| The jvm options for master server |
196
202
| master.env.MASTER_DISPATCH_TASK_NUM | string |`"3"`| Master dispatch task number per batch |
@@ -297,6 +303,8 @@ Please refer to the [Quick Start in Kubernetes](../../../docs/docs/en/guide/inst
297
303
| timezone | string |`"Asia/Shanghai"`| World time and date for cities in all time zones |
298
304
| worker.affinity | object |`{}`| Affinity is a group of affinity scheduling rules. If specified, the pod's scheduling constraints. More info: [node-affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity)|
299
305
| worker.annotations | object |`{}`| You can use annotations to attach arbitrary non-identifying metadata to objects. Clients such as tools and libraries can retrieve this metadata. |
306
+
| worker.customizedConfig | object |`{}`| configure aligned with https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-worker/src/main/resources/application.yaml|
| worker.enabled | bool |`true`| Enable or disable the Worker component |
301
309
| worker.env.DEFAULT_TENANT_ENABLED | bool |`false`| If set true, will use worker bootstrap user as the tenant to execute task when the tenant is `default`; |
302
310
| worker.env.WORKER_EXEC_THREADS | string |`"100"`| Worker execute thread number to limit task instances |
@@ -315,7 +323,6 @@ Please refer to the [Quick Start in Kubernetes](../../../docs/docs/en/guide/inst
315
323
| worker.keda.minReplicaCount | int |`0`| Minimum number of workers created by keda |
316
324
| worker.keda.namespaceLabels | object |`{}`| Keda namespace labels |
317
325
| worker.keda.pollingInterval | int |`5`| How often KEDA polls the DolphinScheduler DB to report new scale requests to the HPA |
318
-
| worker.livenessProbe | object |`{"enabled":true,"failureThreshold":"3","initialDelaySeconds":"30","periodSeconds":"30","successThreshold":"1","timeoutSeconds":"5"}`| Periodic probe of container liveness. Container will be restarted if the probe fails. More info: [container-probes](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#container-probes)|
319
326
| worker.livenessProbe.enabled | bool |`true`| Turn on and off liveness probe |
320
327
| worker.livenessProbe.failureThreshold | string |`"3"`| Minimum consecutive failures for the probe |
321
328
| worker.livenessProbe.initialDelaySeconds | string |`"30"`| Delay before liveness probe is initiated |
0 commit comments