Tim Gross
Tim Gross
@angrycub @eikenb I've just pushed a branch https://github.com/hashicorp/consul-template/tree/pinned-for-nomad-1.4.1 which is at commit 61e288a79cca57f3648e6759a39d6393737fea27, which is what Nomad's [go.mod](https://github.com/hashicorp/nomad/blob/b583f7822a1a1c92b72ac1a6593d3a96b9951d11/go.mod#L43) is pinned to as of right now. That'll let us rebase/squash this...
> I think a fix for this would be as easy as adding a conversion like the [Docker driver already does](https://github.com/hashicorp/nomad/blob/9504a4537b996820d942d637ac8c65112e04d88d/drivers/docker/driver.go#L712-L719), but the Docker driver has some [extra logic in...
Sorry about the delay there, it's been a busy last few weeks. I've assigned myself this issue so that I remember to keep coming back to it. I traced where...
https://github.com/hashicorp/nomad/issues/15014 just got opened pointing out we're missing the spot needed to serialize the mount propagation entirely. So that explains that.
I'm going to transfer this issue over to the podman driver repo, as I don't think this is something we can handle in Nomad itself.
Hi @Procsiab! Just for clarity the error message you're getting here is saying that the task driver doesn't have the capability to execute scripts inside tasks. That means you can't...
Thanks for opening this issue @evandam! That makes sense to me, so we'll look into getting it on the roadmap.
Hi @wimax-grapl! I did some diving into the code and I think I see why it's doing this currently. The client agent is what's talking to Consul here, and so...
Hi @wimax-grapl! You can get the shell-scripting approach you've described to work if you escape the `$` in the script as a `$$`. Here's an simplified example jobspec that does...
Hi @BDelacour! As you've noted, this probably isn't the sort of thing we'd want to do by default, because emitting metrics (particularly ones that can be quite large) can get...