Nomad should start system
jobs with more higher priority than service
jobs.
#25061
Labels
system
jobs with more higher priority than service
jobs.
#25061
Nomad version
1.8.2
Operating system and Environment details
Ubuntu 24.04
Issue
This belongs to #25058. That issue is about Nomad problem not reporting that some essential system! jobs were not started. (this is not Ok, that Nomad silently do not run configured jobs).
But this issue is about that Nomad do not start
system
essentials jobs at all.Nomad should start all
system
jobs, then startservice
jobs after that.How to reproduce
configure
system
andservice
jobs. Thoughsystem
jobs do not have any constraints theservice
jobs does and they took whole memory on the instance. Thus there is no room for thesystem
job.As the result we have working node at the cluster which run tasks without essential system jobs. In this particular case dd-agent was not run and thus this host becomes unmonitored.
TODO
Please report the jobs which are not started properly. See the related issue #25058
Please start
system
jobs first, then startservice
jobs.The text was updated successfully, but these errors were encountered: