Update to 2023-01-30 17:00

This commit is contained in:
Daniel Berteaud
2023-01-30 17:00:13 +01:00
parent d36feab3eb
commit 5db6e9407a
11 changed files with 39 additions and 36 deletions

View File

@@ -79,6 +79,9 @@ nomad_base_conf:
# read_only: False
host_volumes: []
# The max amount of time to wait for a task to stop, before sending a SIGKILL
max_kill_timeout: 300s
# An arbitrary string which can be used for job placement
# node_class: prod

View File

@@ -102,9 +102,10 @@ client {
options {
"driver.allowlist" = "{{ nomad_enabled_task_drivers | join(',') }}"
}
max_kill_timeout = "{{ nomad_conf.client.max_kill_timeout }}"
}
{% if nomad_conf.client.enabled %}
{% if 'docker' in nomad_enabled_task_drivers %}
plugin "docker" {
config {
@@ -131,7 +132,6 @@ plugin "docker" {
]
}
}
{% endif %}
plugin "raw_exec" {
config {