Skip to content

Instantly share code, notes, and snippets.

@schmichael
Created January 30, 2024 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schmichael/0e308a2ad0c8a41777b42bf0da279e9c to your computer and use it in GitHub Desktop.
Save schmichael/0e308a2ad0c8a41777b42bf0da279e9c to your computer and use it in GitHub Desktop.
Run with `nomad agent -config devagent.hcl`
enable_debug = true
log_level = "DEBUG"
data_dir = "/tmp/nomad-devagent"
client {
enabled = true
}
server {
enabled = true
bootstrap_expect = 1
num_schedulers = 1
}
plugin "raw_exec" {
config {
enabled = true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment