Hi,
What sort of tools are there to debug problems in failure-to-launch stage? Specifically, if there is an error in template rendering that causes a task to terminate, there isn’t many mechanism to get info on what failed, I’d try to browse the files, but those appear to be cleared out after the job fails, and I’m left with only the allocation log, which isn’t always helpful.
Specifically in this case, I have a template with this {{ env "NOMAD_IP_http" }}
in it, and thr group has a network stanza:
network {
port “http” {
static = 80
}
This seems like it should work, but there is limited documentation, and appear to be very few debugging facilities.