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...
Haven't had a chance to dig into it very much, but I got a bunch of these after upgrading from 1.7.7 to 1.8.3. ``` 2024-08-25 20:24:02.951 panic: runtime error: invalid...
### Nomad version Nomad v1.5.1 BuildDate 2023-03-10T22:05:57Z Revision 6c118ddaf95e9bfd3d85f488f255fdc5e14129c7 ### Issue Nomad jobs with bridge network hangs after nomad starts if there is no restart and check configured. The reason...
In #23663 we fixed the template hook so that `change_mode="script"` didn't lose track of the task handle during restores. But this revealed a second bug which is that access to...
Bonjour 👋🏻 ### Nomad version ``` Nomad v1.6.3 BuildDate 2023-10-30T12:58:10Z Revision e0497bff14378d68cad76a801cc0eba93ce05039 ``` ### Operating system and Environment details ``` Distributor ID: Ubuntu Description: Ubuntu 22.04.1 LTS Release: 22.04 Codename:...
With workload identity I found myself in a scenario where Vault token renewal fails indefinitely. It looks like determining if this is a fatal error doesn't work correctly as the...
### Nomad version ``` $ nomad version Nomad v1.8.3+ent BuildDate 2024-08-13T07:52:39Z Revision 82fa712be0e7c1e07d6d630e0583c188347411ee ``` ### Operating system and Environment details ``` $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu 22.04.4 LTS"...
### Nomad version ``` Nomad v1.8.3 ``` ### Issue According to [the API documentation](https://developer.hashicorp.com/nomad/api-docs/jobs#parse-job) the parse job endpoint is supposed to take both `Variables` and `VariableFlags` so you can submit...
When any of `ControllerPublishVolume`, `NodePublishVolume`, and `NodeStageVolume` returns a `FailedPrecondition` error from a CSI plugin, it gets logged with an error message derived from the [CSI spec](https://github.com/container-storage-interface/spec/blob/master/spec.md#controllerpublishvolume-errors). Example: 2024-08-23T16:32:05-07:00 Setup...
- Allow job diff/plan requests to take a string param for diffing against a specific (named) version, rather than against their predecessor.
### Proposal I propose introducing a configurable option in the Nomad configuration file in the UI section to allow users to decrease the timeout for long-lived connections. This feature would...