Results 36 comments of Steffen

Quick update, when you remove the option "bind-http-https" completely, then it works. Not sure why.

Did you find a solution? Running into the same problem and did not change TZ.

This is still a major issue.

Was there any solution to this? Somehow I am experiencing the same for new validators (same error message)

My jobspec has quite a lot of groups, so I will share a limited one. [example.nomad.txt](https://github.com/hashicorp/nomad/files/5878532/example.nomad.txt) I had to drain the node and the container got started on another node...

> > You saw that error without trying to set the image via interpolation? > yes that is correct and it just happened again (on the same node). I drained...

it just happened again after I wanted to restart a alloc (on a different node)

I updated to `Nomad 1.0.3` and Consul `1.9.3`, but unfortunately it is happening again. Especially when restarting a allocation manually. ``` Feb 25, '21 16:22:05 +0800 Driver Failure Failed to...

@tgross is it possible to set `NOMAD_envoy_version` myself with an specific version?

@empikls as workaround I am using a fixed version. In `nomad.hcl` I set this meta information: ``` client { enabled = true meta { "connect.sidecar_image" = "envoyproxy/envoy:v1.16.0@sha256:9e72bbba48041223ccf79ba81754b1bd84a67c6a1db8a9dbff77ea6fc1cb04ea" } } ```