From 758b98685be4a2997bd0bc54f55b73ac3d0365cc Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Thu, 4 Jan 2018 11:30:03 -0800 Subject: [PATCH] Remove mention of check_restart on service This is currently broken and should be removed from docs until a fix is released. See #3713 --- website/source/docs/job-specification/check_restart.html.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/website/source/docs/job-specification/check_restart.html.md b/website/source/docs/job-specification/check_restart.html.md index d183bd0547d..19b720276b4 100644 --- a/website/source/docs/job-specification/check_restart.html.md +++ b/website/source/docs/job-specification/check_restart.html.md @@ -28,10 +28,7 @@ As of Nomad 0.7 the `check_restart` stanza instructs Nomad when to restart tasks with unhealthy service checks. When a health check in Consul has been unhealthy for the `limit` specified in a `check_restart` stanza, it is restarted according to the task group's [`restart` policy][restart_stanza]. The -`check_restart` settings apply to [`check`s][check_stanza], but may also be -placed on [`service`s][service_stanza] to apply to all checks on a service. -If `check_restart` is set on both the check and service, the stanzas are -merged with the check values taking precedence. +`check_restart` settings apply to [`check`s][check_stanza]. ```hcl job "mysql" { @@ -149,4 +146,3 @@ details. [check_stanza]: /docs/job-specification/service.html#check-parameters "check stanza" [restart_stanza]: /docs/job-specification/restart.html "restart stanza" -[service_stanza]: /docs/job-specification/service.html "service stanza"