Tim Gross
Tim Gross
I'm going to assign myself this but I believe this is a duplicate of https://github.com/hashicorp/nomad/issues/16616. If anyone has additional information, please first see my comment at https://github.com/hashicorp/nomad/issues/16616#issuecomment-2110915269 and report there....
Adding a note here that we should probably verify whether this bug exists for consul-template as well, as we use that for `template` rendering. If we fix it in Nomad...
Hi @pedroreys! I took a look at the implementation and I agree that this looks like a documentation issue. As far as having `coalesce` work with empty strings, I found...
Hi @akamensky! I've renamed this issue slightly to differentiate "placement" (the stuff that happens during the alloc setup) vs "deployment" (which is an entirely different Nomad concept). This will need...
Thanks for that extra context @akamensky. Something to keep in mind is that a subset of the placement work is owned by the task driver, and depending on the task...
Hi @akamensky! Yeah this one is a little tricky because it lets a job operator overwrite the permissions of the contents of a volume outside of the user permissions they...
I see where you're going with that, but the CSI mount is working as intended; the spec doesn't include any handling of permissions (which sucks, but the CSI spec is...
Hi folks, we've marked this issue for triage.
> Should nomad distribute the requests among consul servers? Your particular topology makes this unclear because you're having clients, servers, and Consul sharing the same host, but Nomad doesn't make...
Hi @shumin1027! I think this was fixed in https://github.com/hashicorp/nomad/pull/15096, which if I'm reading correctly was released in Nomad 1.4.3. Can you confirm which version of Nomad you're running?