Configure Job Submission
Installation
For PrimeHub EE, the job submission is enabled by default. Here is the advanced configuration for job submission
Job Settings
Path | Description | Default Value |
---|---|---|
| The size of ephemeral storage for working directory. The format of unit is defined in kubernetes document |
|
| Default timeout (seconds) for a running job |
|
| Default TTL (seconds) to delete the pod for a finished job |
|
| The default node selector for the underlying pod |
|
| The default affinity setting for the underlying pod |
|
| The default tolerations setting for the underlying pod |
|
| the retention of a job that it will be kept in PrimeHub after the job (succeeded, failed, cancelled). The default value is 30 days. Zero value means unlimited. |
|
| The limit of total amount of jobs, the oldest job will be removed if the limit is exceeded; Zero value means unlimited. |
|
Example:
Job Artifacts
Path | Description | Default Value |
---|---|---|
| If the job artifact feature is enabled |
|
| The total size of artifacts a job can upload |
|
| The total files a job can upload |
|
| How long would the artifacts preserve |
|
Example:
Log Persistence.
By default, the job submission log is persistent for 7 days (configured by jobSubmission.defaultTTLSecondsAfterFinished
). The log is removed once the underlying pod is deleted. Log persistence feature allows to upload log to primehub store.
Path | Description | Default Value |
---|---|---|
| If the PrimeHub store is enabled |
|
| If the log persistence is enabled |
|
| Flush when flunetd is shutdown. Please see |
|
| The flush interval. Please see |
|
| The max size of each chunks. Please see | "256m" |
| The log format stored in the store. We supports |
|
| The other fluentd settings | Please see the chart configuration |
Last updated