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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -329,6 +329,8 @@ Please refer to the [Quick Start in Kubernetes](../../../docs/docs/en/guide/inst
329
329
| worker.env.WORKER_SERVER_LOAD_PROTECTION_MAX_SYSTEM_MEMORY_USAGE_PERCENTAGE_THRESHOLDS | float |`0.7`| Worker max memory usage , when the worker's memory usage is smaller then this value, worker server can be dispatched tasks. |
330
330
| worker.env.WORKER_TENANT_CONFIG_AUTO_CREATE_TENANT_ENABLED | bool |`true`| tenant corresponds to the user of the system, which is used by the worker to submit the job. If system does not have this user, it will be automatically created after the parameter worker.tenant.auto.create is true. |
331
331
| worker.env.WORKER_TENANT_CONFIG_DEFAULT_TENANT_ENABLED | bool |`false`| If set true, will use worker bootstrap user as the tenant to execute task when the tenant is `default`; |
332
+
| worker.envFromSecret | string |`""`| Direct Secret Mounting Mount secrets directly as environment variables Single secret |
333
+
| worker.initContainers | object |`{}`| Init Container for Advanced Processing Use when you need to transform, validate, or prepare configuration files |
332
334
| worker.keda.advanced | object |`{}`| Specify HPA related options |
333
335
| worker.keda.cooldownPeriod | int |`30`| How many seconds KEDA will wait before scaling to zero. Note that HPA has a separate cooldown period for scale-downs |
334
336
| worker.keda.enabled | bool |`false`| Enable or disable the Keda component |
@@ -371,7 +373,7 @@ Please refer to the [Quick Start in Kubernetes](../../../docs/docs/en/guide/inst
371
373
| worker.service.serviceMonitor.labels | object |`{}`| serviceMonitor.labels ServiceMonitor extra labels |
372
374
| worker.service.serviceMonitor.path | string |`"/actuator/prometheus"`| serviceMonitor.path path of the metrics endpoint |
373
375
| worker.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. |
0 commit comments