Results 554 comments of Tim Gross

@krishnaprateek6 if you have a running task that can't be reached on the network, that's a completely different problem than the logmon attachment. Please open a separate issue for that.

I don't have a solution for this but I'm going to mark this issue for further investigation. There may be something related to https://github.com/hashicorp/nomad/issues/11939 or https://github.com/hashicorp/nomad/issues/6715 here but we'll need...

@krishnaprateek6 open a new issue detailing that problem. Please don't pollute existing issues with unrelated questions.

@suikast42 I'm not a Consul Connect expert but it doesn't look to me like `auto_config` sets up intentions at all. Can you try setting up intentions appropriately as @shoenig has...

Hi @arianvp! That an interesting proposal, but it looks like anyone who uses an absolute path would not longer enjoy validation before we build the chroot or making sure the...

This came up again recently while debugging https://github.com/hashicorp/nomad/pull/13407 and having a metric named `nomad.broker.total_blocked` added significant delay because this metric is easily confused with the evaluation _status_ "blocked" from [`structs.go#L10668-L10674`](https://github.com/hashicorp/nomad/blob/v1.3.1/nomad/structs/structs.go#L10668-L10674)...

Summary of the investigation at this point: * When the client restarts, the network hook's `Prerun` fires and tries to recreate the network and setup the iptables via CNI. *...

Hey folks, we update issues when we're working on them. I can say this is on our roadmap but I can't really give a timeline.

@johnalotoski has posted a process above; if you were to run that as a periodic task (or just a cron job) that'd clean up the iptables.

Hi @brian-athinkingape! I was able to reproduce the behavior you're seeing exactly. Thank you so much for providing a solid minimal example, it really helps a lot! The tl;dr is...