Merge pull request #7503 from hashicorp/docs-system-no-deploy

[docs] System scheduler doesn't do deployments.
This commit is contained in:
Charlie Voiselle
2020-03-27 19:24:13 -04:00
committed by GitHub

View File

@@ -50,8 +50,8 @@ placed on the newly available nodes if the constraints are met.
This scheduler type is extremely useful for deploying and managing tasks that
should be present on every node in the cluster. Since these tasks are
managed by Nomad, they can take advantage of job updating, rolling deploys,
service discovery and more.
managed by Nomad, they can take advantage of job updating,
service discovery, and more.
Since Nomad 0.9, the system scheduler will preempt eligible lower priority
tasks running on a node if there isn't enough capacity to place a system job.