nomad
nomad copied to clipboard
Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and sc...
### Proposal Show last run status - succeeded or failed. ### Use-cases I have 100 periodic batch jobs and I want to see in one list if they all are...
### Nomad version Nomad v1.0.0-rc1 (afea734825ebaade422bbf2d31364abff6def928) ### Operating system and Environment details Ubuntu 20.04.1 LTS ### Issue I was trying to use locals/vars to customize the name of a job,...
### Nomad version ``` Nomad v1.6.1 BuildDate 2023-07-21T13:49:42Z Revision 515895c7690cdc72278018dc5dc58aca41204ccc ``` ### Operating system and Environment details ``` PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/"...
When configuring SSL with consul, it is possible to specify a CA path containing multiple CA certificates instead of just a single CA file. it's the [`ca_path`](https://www.consul.io/docs/agent/options.html#ca_path) directive (as opposed...
### Proposal When `nomad agent -dev` runs in development mode, it makes a number of choices to simplify the development experience for the person running it. This helps establish a...
Bumps [github.com/shoenig/test](https://github.com/shoenig/test) from 1.7.1 to 1.9.1. Release notes Sourced from github.com/shoenig/test's releases. v1.9.1 What's Changed Changes Fix file/dir mode helpers and tests by @brandondyck in shoenig/test#166 ci: bump actions versions...
Synopsis comment for both gossip and root section has been added. Added the respective command files for each of the subcommands.
### Nomad version Nomad v1.4.2 ### Operating system and Environment details Unix ### Issue When a client node eligibility is toggled, evaluations are created even for terminal allocations on the...
Hi team, I’ve developed a proof of concept for displaying template differences in the job plan output. Instead of modifying the API fields, I handled the changes directly in the...
There was a change to the Nomad Driver config sent by SetConfig in 1.7 that breaks running drivers built with the 1.7 APIs against a Nomad cluster running on previous...