mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 16:35:44 +03:00
* Set MaxAllocations in client config Add NodeAllocationTracker struct to Node struct Evaluate MaxAllocations in AllocsFit function Set up cli config parsing Integrate maxAllocs into AllocatedResources view Co-authored-by: Tim Gross <tgross@hashicorp.com> --------- Co-authored-by: Tim Gross <tgross@hashicorp.com>
7 lines
62 B
JSON
7 lines
62 B
JSON
{
|
|
"client": {
|
|
"enabled": true,
|
|
"node_max_allocs": 5
|
|
}
|
|
}
|