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 Support passing the `X-Nomad-Token` via HTTP Basic Auth to use the Nomad API, by ignoring the `username` section and parsing the `password` section as if it were a...
Adds "Clone and Edit" alongside "Revert Version" on the Versions page:  Because we're passing template strings via query params, this means you can use `?sourceString=` on the jobs run...
## Backport This PR is auto-generated from #24305 to be assessed for backporting due to the inclusion of the label backport/1.9.x. The below text is copied from the body of...
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.3.0 to 9.2.1. Release notes Sourced from babel-loader's releases. v9.2.1 What's Changed Avoid error on missing getLogger by @nicolo-ribaudo in babel/babel-loader#1045 Full Changelog: https://github.com/babel/babel-loader/compare/v9.2.0...v9.2.1 v9.2.0 What's Changed...
### Nomad version Nomad v1.8.3 BuildDate 2024-08-13T07:37:30Z Revision 63b636e5cbaca312cf6ea63e040f445f05f00478 ### Operating system and Environment details Ubuntu 22.04.4 LTS ### Issue When container is OOM it would be killed via kernel...
### Proposal Add a policy which allows to list a summary of allocations or a topology-tailored resource so that the topology view can be filled with relevant data without exposing...
This PR fixes a bug where the `consul.grpc_address` could not be set using a `go-sockaddr/template` string. This was inconsistent with how we do accept such strings for `consul.address` values.
### Proposal I would want to request for Nomad web UI to show "pending" or "Placement failure" or something similar when there are placement failures in a jobs. Printing "failed"...
## Backport This PR is auto-generated from #24316 to be assessed for backporting due to the inclusion of the label backport/1.9.x. The below text is copied from the body of...
### Proposal The ability to send the job payload *as* the http request body, instead of having to base64-encode it. That would allow support for something like this: ``` POST...