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...
The rarely-used [`enable_syslog`](https://developer.hashicorp.com/nomad/docs/configuration#enable_syslog) configuration emits Nomad agent logs to a syslog interface. While debugging a problem for an internal user, I noticed that they were only getting high-level logs. When...
When a task group is using `"bridge"` networking mode, Nomad needs a network namespace shared by all tasks in the group. These tasks are not necessarily all using the same...
@ron-savoia reported getting the following errors with a federated clusters using mTLS: > 2022-10-28T20:33:32.124Z [WARN] nomad.rpc: failed TLS handshake: remote_addr=192.168.1.190:55376 error="remote error: tls: bad certificate" > 2022-10-28T20:33:32.755Z [WARN] nomad.stats_fetcher: error...
Consul 1.11 added support for [admin partitions](https://learn.hashicorp.com/tutorials/consul/consul-admin-partitions). Similar to the work done for adding support for Consul namespaces, Nomad should also add support for Consul admin partitions.
Part 1 of handling #15061 ; second part will involve giving a notification ~10m prior to expiry. ### Handles a recently-expired token Redirects a user to the tokens page where...
### Proposal We propose changing Nomad's validation of `variable.validation.error_message` and like to cheerily accept a non-empty string, thus vanishing a cultural / human-language barrier encoded in Nomad. For example: ```go...
Many workloads will want to access all the variables available to them under the `nomad/jobs/` prefix as environment variables. We can expect there to be a fairly common template block...
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.3 to 9.0.0. Release notes Sourced from babel-loader's releases. v9.0.0 What's Changed update hash method mechanism so it doesn't fail on a fips enabled machine by @darmbrust...
Bumps [next](https://github.com/vercel/next.js) from 12.3.1 to 13.0.0. Release notes Sourced from next's releases. v13.0.0 Core Changes Use resolved url in flight entry loader: #40697 Handle redirects in new router: #40396 Combine...
### Nomad version Nomad v1.4.1 (2aa7e66bdb526e25f59883952d74dad7ea9a014e) ### Operating system and Environment details Ubuntu 22.04, Nomad 1.4.1 ### Issue After moving the Nomad server and clients to v1.4.1, I noticed that...