You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
submit the job below (it passes the validation) and you'll receive this error :
failed to setup alloc: pre-run hook "group_services" failed: invalid Consul Connect configuration for service "tcp": No Connect port defined for service "tcp"
Job file (if appropriate)
job "activemq" {
datacenters = ["dc1"]
group "activemq" {
network {
mode = "bridge"
}
service {
name = "activemq-web"
port = "8161"
connect {
sidecar_service {}
}
}
service {
name = "tcp"
port = "61616"
connect {
sidecar_service {}
}
}
service {
name = "stomp"
port = "61613"
connect {
sidecar_service {}
}
}
task "activemq" {
driver = "docker"
config {
image = "webcenter/activemq"
}
}
}
}
The text was updated successfully, but these errors were encountered:
Hello! I pasted this directly into Nomad and the connect proxies won't start with a "Base ID" error. Running Nomad 0.10.2 and Consul 1.6.2. This is preventing us from moving forward. Would love some help. Thanks!
I just wanted to say thanks for fixing this bug, I was running 0.10.1 when I hit it and was about to lose my mind but a quick upgrade and I'm all good. I ❤️ the hashi stack.
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Nomad version
Nomad v0.10.1 (829f9af35c77d564b3dab74454eeba9bf25e2df8)
Operating system and Environment details
ubuntu bionic
Issue
Fail to specify several connect stanza per group
Reproduction steps
submit the job below (it passes the validation) and you'll receive this error :
Job file (if appropriate)
The text was updated successfully, but these errors were encountered: