Alex Dadgar
Alex Dadgar
@elazarl Sorry I am not familiar with the code base and glancing through it I couldn't find the relevant part of the code base.
Any more insight into this issue? This just bit us as well.
Hey Sheldon, You could accomplish this yourself by putting a little script in-between what you actually want to run that waits till either the task finishes or the timeout and...
Hey, Would it be interesting to you if you could ship the rootfs that was used? So that each task could have exactly what it needed. We have been toying...
@devendram Yeah the thought would be the job submitter could provide a tar of the file system them would like and we could extract it and run inside that chroot....
The way I am thinking about it is that it would be part of the CI/CD workflow and packer would output a tar with the FS and then Nomad would...
@aaroncline Hey Aaron, The system job currently doesn't support the new update system using deployments. You can see the callout here: https://www.nomadproject.io/docs/job-specification/update.html I am going to rename the issue to...
If your applications are already registering with Consul, then can you not just omit the service block from Nomad?
Currently Nomad registers and deregisters the service/checks but does not use that information while scheduling. Down the line there will be deeper integration (only do a rolling upgrade when the...
Is there any info on the priority of this? A planned release version?