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

### Background Nomad like [Consul](https://github.com/hashicorp/consul/blob/v1.19.1/agent/consul/rpc.go#L359-L360), uses [yamux](https://github.com/hashicorp/yamux/) for its RPC layer's underlying network transport. Yamux is based on [SPDY](https://en.wikipedia.org/wiki/SPDY). SPDY has been obsolete since 2015, although its ideas form the...

type/enhancement
theme/core
theme/tls
hcc/jira

### Nomad version Nomad v1.8.2 BuildDate 2024-07-16T08:50:09Z Revision 7f0822c1e4f25907d9f60e2d595411950dd1bd28 ### Operating system and Environment details Windows driver: raw_exec ### Issue Jobs are stopping unexpectedly in nomad, but the processes are...

type/bug
theme/platform-windows
theme/driver/raw_exec

Nomad should implement a new nomad job tag command and equivalent POST /v1/job/:job_id/versions endpoint with the following capabilities: - `nomad job tag -version 3 -name "high-traffic-variant" $jobname` - Adds the...

theme/golden-versions

### Nomad version ``` Output from `nomad version` Nomad v1.7.7 BuildDate 2024-04-16T19:26:43Z Revision 0f34c85ee63f6472bd2db1e2487611f4b176c70c ``` ### Operating system and Environment details ``` $: cat /etc/debian_version 12.5 $: uname -a Linux...

type/bug
theme/template
stage/accepted
hcc/jira

### Nomad version Nomad v1.8.1 BuildDate 2024-06-19T06:43:57Z Revision 5022543e4b7b8dcec9df123f86630ae3fdcffbe6 ### Operating system and Environment details Linux Ubuntu 22.04, DigitalOcean, Nomad server & client inside one VM 2 Core 2GB ###...

type/bug
theme/driver/docker
stage/waiting-reply

Nomad client agents [must be run as root](https://www.nomadproject.io/docs/install/production/requirements#linux-capabilities). The notion of "rootless" containers has worked its way through the container ecosystem. This issue is a bit of a brain-dump to...

type/enhancement
theme/docs
stage/needs-discussion
theme/rootless
hcc/jira

``` type Job struct { ... TaggedVersion *JobTaggedVersion } ``` ``` type JobTaggedVersion struct { Name string Description string TaggedTime int64 } ```

theme/golden-versions

### Issue ### Proposal ![Job_plugin-aws-ebs-controller_-_Nomad](https://github.com/user-attachments/assets/bf7dd6b4-f9c9-4970-a7f4-ef73d9196706) From this UI, I should be able to deduce which nodes were excluded so that I may debug why this job is in this state....

type/enhancement
theme/ui
stage/needs-discussion

Hello Team, We noticed what we consider as UI regression introduced with changes in Nomad 1.8. These affect the readability and spacing in the Nomad UI and present a regression...

type/enhancement
theme/ui

To make it easier to write CNI plugins it would be great if nomad could provide namespace / job / group / alloc_id via CNI_ARGS to CNI plugins. While it...

type/enhancement
theme/networking
theme/cni
stage/accepted
help-wanted
hcc/jira