Seth Hoenig

Results 74 comments of Seth Hoenig

@suikast42 If setting the Consul ACL policy to `default_policy: "allow"` fixes the problem, that's likely a sign you are missing a Consul intention enabling a connection between the two Connect...

There was a bit of brainstorming in this area during the latest Nomad Community Office Hours - IIRC the question we got was around the possibility of having Nomad Client...

Noting this _isn't_ the same as #7537 - the repro steps here still leak rules, e.g. after.txt ``` Chain PREROUTING (policy ACCEPT 12 packets, 5781 bytes) pkts bytes target prot...

Hi @blmhemu that's an interesting idea, especially since as you point out Nomad can already run scripts in the context of individual tasks. I do wonder though if there's substantial...

Hi @ostkrok, can you describe your environment a little more? Another possibility here could be that the CPU fingerprint changes over time, if its reported frequency fluctuates. e.g. ``` nomad...

IIRC what #6 uncovered was that the external plugin still imported the nvidia stuff from `nomad`, the act of which was enough to trigger an `init` block causing bad things...

Ah nice find @vuuihc, indeed this looks like fallout from https://github.com/hashicorp/nomad/pull/14139.

Thanks for investigating and the PR @vuuihc! Fix should go out in the next releases of 1.4.x, 1.3.x, and 1.2.x

Hi @chenjpu thanks for reporting. Seems like this may have something to do with the task having failed on initial startup and only succeeding after a restart; I'll try and...

@danishprakash did you intend for this PR to still be marked as a Draft? If not, do you mind rebasing with main and marking it Ready for Reveiw?