nomad-cluster-setup icon indicating copy to clipboard operation
nomad-cluster-setup copied to clipboard

Terraform modules for creating Nomad servers and clients nodes on AWS.

Results 5 nomad-cluster-setup issues
Sort by recently updated
recently updated
newest added

allows Memory Oversubscription to be enabled in the cluster with `enable_mem_oversubscription` set to true ref: - #8 - https://developer.hashicorp.com/nomad/tutorials/advanced-scheduling/memory-oversubscription

* adds a variable: `enable_tls` on both client and server to enable mTLS config * adds a variable: `tls_certificates` that takes base64 encoded certificate files for `ca_file`, `cert_file`, `key_file` *...

Add support for passing extra config to Nomad, maybe as a separate file `extra.hcl` , or appending to the same file - needs to be tested.

Memory oversubscription is enabled to allow each runner to use additional memory as needed, as per the guide on [Memory Oversubscription](https://developer.hashicorp.com/nomad/tutorials/advanced-scheduling/memory-oversubscription). This configuration is optimal for certain services which experience...

When behind a VPN, Nomad server throws a lot of `Your IP is issuing too many concurrent connections, please rate limit your calls` when reloading/accessing the UI frequently. Need to...