mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
The "Provision a Nomad cluster in the cloud" works in AWS with these updates: - use an available ubuntu version - uses hashicorp packages where possible - updates Nvidia installation - installs CNI plugins
13 lines
233 B
HCL
13 lines
233 B
HCL
ui_config {
|
|
enabled = true
|
|
}
|
|
log_level = "INFO"
|
|
data_dir = "/opt/consul/data"
|
|
bind_addr = "0.0.0.0"
|
|
client_addr = "0.0.0.0"
|
|
advertise_addr = "IP_ADDRESS"
|
|
retry_join = ["RETRY_JOIN"]
|
|
ports = {
|
|
grpc = 8502
|
|
}
|