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...
This PR fixes a racey test where we need to ensure the cpuset cgroup is setup before trying to fingerprint it. Backport-of: #17428 Fixes: #20377
failing on Nomad 1.5 and 1.6 (not 1.7+) ``` === RUN TestCPUFingerprint_Classic assert.go:11: cpu_default_test.go:41: expected slice to not be empty ↪ len(slice): 0 --- FAIL: TestCPUFingerprint_Classic (0.00s) FAIL client/fingerprint.TestCPUFingerprint_Classic (0.00s)...
Adds new metrics to the eval broker that track times of evaluations enqueueing and dequeueing.
### Nomad version ``` Nomad v1.7.5 BuildDate 2024-02-13T15:10:13Z Revision 5f5d4646198d09b8f4f6cb90fb5d50b53fa328b8 ``` ### Operating system and Environment details Ubuntu 22 ### Issue On a server running also a client: After power...
Bumps [github.com/containernetworking/plugins](https://github.com/containernetworking/plugins) from 1.2.0 to 1.4.1. Release notes Sourced from github.com/containernetworking/plugins's releases. v1.4.1 No release notes provided. CNI Plugins v1.4.0 New features: (#832). tap: allow for a tap device to...
### Nomad version 1.7.5+ent ### Operating system and Environment details Amazon Linux 2023 on EC2, amd64 ### Issue See also, support case: 146116 When running a job with multiple tasks...
### Nomad version ``` Nomad v1.7.2 BuildDate 2023-12-13T19:59:42Z Revision 64e3dca9274b493e38a49fda3a70fd31d0485b91 ``` ### Operating system and Environment details ``` Linux 6.1.66-91.160.amzn2023.x86_64 ``` ### Issue Envoy proxy doesn't seem to use the...
### Nomad version Nomad v1.7.2 BuildDate 2023-12-13T19:59:42Z Revision 64e3dca9274b493e38a49fda3a70fd31d0485b91 ### Operating system and Environment details * Operating System: Ubuntu 23.04 * Kernel: Linux 6.2.0-39-generic * Architecture: x86-64 ### Issue On...
Per the resolution and discussion in #688, it seems sensible to convert the logging subsystem into a plugin system that would enable operators with the ability to ask nomad to...
Nomad should forward `stdout` and `stderr` log messages to an operator specified syslog endpoint. The syslog endpoint has to be specified in the Nomad client configuration file.