Michael Schurter

Results 59 comments of Michael Schurter

With 0.9 introducing logmon and a plugin subsystem, the infrastructure exists to implement logging plugins as #5490 points out.

Hi @elcomtik. Sorry for the frustrating experience. We do intend to fix this but have not prioritized it because we have not found it to be a widespread problem for...

The Nomad team loves this feature but have some concerns that need to be addressed before we merge it: ### filepath.Match We should *not* use [`filepath.Match`](https://pkg.go.dev/path/filepath#Match) for this feature because...

@lgfa29 No clue I'm afraid and feel free to change it. It seems we chose to go with `"driver.mock" = "true"` as its attribute (note the lack of `_driver` suffix...

@tgross That test is phenomenal! Any chance you have the terraform or whatever laying around to run it again against 1.4.2? I'd love to compare the graphs.

@araddon at least at first I'd like to avoid a hard dependency on k8s as that would be a pretty huge dependency. I should definitely get familiar with their scheduler...

Welp, already found an example of where tucking extra metadata into the State would be helpful. Our internal State model is persisted with Created and Modified timestamps. Modified is easy:...

@epsniff Not currently. This is just me getting ahead of myself. :) Definitely not going to work on this without some proof it's an issue.