Update schedulers.mdx

This commit is contained in:
Charlie Voiselle
2020-03-25 20:10:53 -04:00
committed by GitHub
parent d405f77525
commit ce06e3dc6d

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.