diff --git a/website/source/intro/getting-started/running.html.md b/website/source/intro/getting-started/running.html.md index f4d007eb8..335f0fa96 100644 --- a/website/source/intro/getting-started/running.html.md +++ b/website/source/intro/getting-started/running.html.md @@ -138,7 +138,7 @@ If an agent is operating as a server, [`leave_on_terminate`](/docs/configuration be set if the server will never rejoin the cluster again. The default value of `false` for `leave_on_terminate` and `leave_on_interrupt` work well for most scenarios. If Nomad servers are part of an auto scaling group where new servers are brought up to replace failed servers, using graceful leave avoids causing a potential availability outage affecting the [consensus protocol](/docs/internals/consensus.html). -As of Nomad 0.8, Nomad includes Autopilot which automatically removes failed or dead servers. This allows the operator to skip setting `leave_on_terminate` +As of Nomad 0.8, Nomad includes Autopilot which automatically removes failed or dead servers. This allows the operator to skip setting `leave_on_terminate`. If a server does forcefully exit and will not be returning into service, the [`server force-leave` command](/docs/commands/server/force-leave.html) should