Add link to preemption from schedulers page

This commit is contained in:
Preetha Appan 2019-01-30 09:24:18 -06:00
parent 2f9e67f9e7
commit e0beebc432
No known key found for this signature in database
GPG Key ID: 9F7C19990A50EAFC
1 changed files with 5 additions and 0 deletions

View File

@ -44,3 +44,8 @@ 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.
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.
See [preemption](/docs/internals/scheduling/preemption.html) for details on how
tasks that get preempted are chosen.