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...
### Nomad version CLI (for this report tested with MacOS, but reports from within our institute imply it's the same for Windows and Linux): ``` Nomad v1.8.3 BuildDate 2024-08-13T07:37:30Z Revision...
### Proposal Need the ability to restart secondary tasks if the primary one restarts. ### Use-cases We are launching several tasks in one group; the first task run a container...
### Nomad version Nomad 1.7.7 (but issue also exists at tip) ### Operating system and Environment details Unix ### Issue The default value for the `cgroup_parent` config used to be...
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.13 to 1.1.14. Release notes Sourced from github.com/opencontainers/runc's releases. runc v1.1.14 -- "年を取っていいことは、驚かなくなることね。" This is the fourteenth patch release in the 1.1.z release branch of runc. It...
Bugs like https://github.com/hashicorp/nomad/issues/16259 suggests that we've under-tested the Workload Identity feature for templating, especially around updates to a job. We should build an E2E test that does something like the...
https://developer.hashicorp.com/nomad/docs/job-specification/check#tls_skip_verify We should implement this flag for Nomad's native service discovery. Currently running into this myself while trying to use a local Caddy as a mock ACME server. The cert...
Not pinning our OS in workflow steps is how we get surprises at build/test/release time, and nobody likes those. Set these specifically to `ubuntu-22.04` or whatever makes sense. ``` ➜...
As noted in https://github.com/hashicorp/nomad/pull/19089, the `qemu` driver uses our universal executor to run the QEMU command line tool. Because QEMU owns the resource isolation, we don't pass in the resource...
packaging: Add dmidecode as a Suggested / Recommended package to Nomad's Linux packaging manifest.
Add `dmidecode` as a Suggested / Recommended package to Nomad's Linux packaging manifest. Nomad 1.7 and later relies on the `dmidecode` command being available particularly in virtualized environments like Amazon...
## via `curl`: Adds a tag to Version 3: ``` curl -X PUT localhost:4646/v1/job/difftester/versions/testabc/tag -H "Content-Type: application/json" -d '{"Version": "3", "Tag": {"Name": "Foo", "Description": "Bar"}}' ``` Removes the tag: ```...