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
trafficstars

### Proposal ![image](https://github.com/user-attachments/assets/76d2e145-4758-445f-84c7-85e3d2b6e649) ### 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...

type/enhancement
theme/template
theme/task lifecycle
stage/accepted

### 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...

type/bug
theme/logging
theme/ui

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...

type/enhancement
theme/service-discovery/nomad
hcc/jira

### 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...

type/bug
stage/waiting-reply
theme/ui

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...

type/enhancement
theme/client
stage/accepted
theme/cgroups
hcc/jira

Improves on #23605

type/enhancement
theme/driver/docker
theme/ui

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...

type/enhancement
theme/scheduling
hcc/jira

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...

type/bug
theme/docs
theme/enterprise
theme/ent/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,...

type/bug
theme/cli
good first issue
stage/accepted

### 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,...

type/bug
theme/ui
theme/enterprise
stage/accepted
hcc/jira