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  ### Use-cases ``` template { source = "/xxx/nginx.conf.tpl" destination = "custom/walk-inside.com.nginx.conf" change_mode = "script" change_script { command = "local/reload_nginx.sh" } } template { destination = "local/reload_nginx.sh" data...
### Nomad version Nomad v1.8.2 BuildDate 2024-07-16T08:50:09Z Revision 7f0822c1e4f25907d9f60e2d595411950dd1bd28 ### Operating system and Environment details RHEL 8.6 - RHEL 8.8 ### Issue When trying to access the Container Logs via...
When we implemented health checks for Nomad's native service discovery, we deferred implementing script checks. Because Nomad implements the Consul script checks itself (in the [`script_check_hook`](https://github.com/hashicorp/nomad/blob/main/client/allocrunner/taskrunner/script_check_hook.go)), we could reuse that...
### Nomad version ``` Nomad v1.8.2 BuildDate 2024-07-16T08:50:09Z Revision 7f0822c1e4f25907d9f60e2d595411950dd1bd28 ``` ### Operating system and Environment details ``` Linux ip-172-31-10-241 6.8.0-1012-aws #13-Ubuntu SMP Mon Jul 15 13:40:27 UTC 2024 x86_64...
Per https://systemd.io/CGROUP_DELEGATION/ (at the bottom) > 🚫 Never create your own cgroups below arbitrary cgroups systemd manages, i.e cgroups you haven’t set Delegate= in. Specifically: 🔥 don’t create your own...
Improves on #23605
When a scheduler submits a plan to the leader, the `Plan.Submit` RPC includes the entire `Job` object from the state store of the server where the scheduler ran. When originally...
The Nomad website includes an [other specifications section](https://developer.hashicorp.com/nomad/docs/other-specifications) that detail object specifications for resources outside of Nomad jobs. This section should include a quotas page to cover the enterprise quotas...
When running the `nomad operator -h` command, the gossip and root sections are missing their synopsis comment. This is because each of these subcommands does not have a command file,...
### Nomad version Nomad v1.8.0+ent BuildDate 2024-05-28T18:08:23Z Revision 5a7a5d80944f1568c8bcd4e71a7f923fc04f2461 ### Operating system and Environment details MacOS ### Issue Initially, when I access the UI and log in with my token,...