nomad icon indicating copy to clipboard operation
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...

Results 583 nomad issues
Sort by recently updated
recently updated
newest added

### Nomad version Nomad v1.8.0 BuildDate 2024-05-28T17:38:17Z Revision 28b82e4b2259fae5a62e2ed47395334bea5a24c4 ### Operating system and Environment details Windows Server 2019 ### Issue Previously we reported issue #20042 which was fixed in 1.8.0....

type/bug
theme/platform-windows
theme/resource-utilization
stage/accepted
hcc/jira

### Nomad version Output from `Nomad v1.1.10 (2f08fe230da05e1b179710ebe0e2582249599a4b+CHANGES)` ### Operating system and Environment details Ubuntu 20.04 ### Issue If we use unhallowed caps for exec driver after faill we got...

type/bug
theme/driver/exec
theme/driver/java
stage/accepted
hcc/jira

### Nomad version Output from `nomad version` Nomad v1.1.3 (8c0c8140997329136971e66e4c2337dfcf932692) ### Operating system and Environment details Rocky Linux 8.4 (Green Obsidian) Docker version 20.10.8, build 3967b7d ``` # nomad agent-info...

type/enhancement
theme/driver/docker
theme/consul/connect
stage/accepted
hcc/jira

### Nomad version Nomad v1.4.3 (f464aca721d222ae9c1f3df643b3c3aaa20e2da7) ### Operating system and Environment details AlmaLinux 8.7 Nomad installed manually from the pre-built binary. Using Docker CE 20.10.22 ### Issue For some of...

type/bug
theme/driver/docker
theme/template
stage/accepted
hcc/cst
hcc/jira

https://github.com/hashicorp/nomad/blob/290a310544f70a9727643eefb856f6d5d0150fdf/api/allocations.go#L189 The docs reference a change in the function signature for stopping allocations starting in Nomad 1.6.0-- I'm on 1.6.0 and the old signature is still used.

theme/docs
theme/api
theme/allocation API
stage/accepted
hcc/jira

Targeting removal in 0.11. https://github.com/hashicorp/nomad/blob/20bb9f04d5e48b2f741cd1d1f409f25723911b77/nomad/structs/structs.go#L1541-L1544 https://github.com/hashicorp/nomad/blob/20bb9f04d5e48b2f741cd1d1f409f25723911b77/nomad/structs/structs.go#L7479-L7495 They were originally slated for removal in 0.10, but we decided to give an extra release as a safety buffer.

theme/core
theme/cleanup
theme/tech-debt
hcc/jira

- Adds `diff_tag` and `diff_version` flags for the nomad job versions API endpoint, and for the `nomad job plan` and `nomad job history` commands. - Adds `Tag` info to `nomad...

## Backport This PR is auto-generated from #23909 to be assessed for backporting due to the inclusion of the label backport/1.6.x. :rotating_light: >**Warning** automatic cherry-pick of commits failed. If the...

### Background With the introduction of Variables in Nomad 1.4, Nomad has had an internal keyring consisting of: 1. A Data Encryption Key (DEK) for encrypting Variables in Raft and...

type/enhancement
theme/keyring
theme/workload-identity
hcc/jira

### Nomad version 1.8.0 ### Issue If you deploy a job with variables provided by both `-var-file=foo.json` and `NOMAD_VAR_name` environment variables the `HCL Variable Values` section in the WebUI will...

type/bug
theme/ui