Dragan Milic

Results 8 comments of Dragan Milic

I'm having similar issues as @zachmandeville - implementing any decent formatter requires access to internal packages. IMHO the whole way that formatters are build needs a revamp. In the ideal...

heya, completely missed this PR. Makes sense to add this. In the meantime I've added support for containerd, this PR would have to be brought in line with that.

thank you for the tip! Will release soon(ish) a helm chart version that will allow to set tolerations.

Hi, thank you for reporting this. Let's try to get to the bottom of it ... questions: - what was the count of ooms before you've run `stress` for the...

Heya, I'm still trying to figure out OOMs in CRI-O ... but I've started working (got code on a branch in this repo) on containerd support. Think that might cover...

as it seems just using ``` err = s.command.Process.Signal(syscall.SIGKILL) ``` instead of ```err = s.command.Process.Signal(syscall.SIGTERM) ``` seems to solve the issue - at least on my Ubuntu Xenial.

I agree about usefulness of this feature - @flosch is there a chance that we can get this merged any time soon? Think at least 3 people are itching to...

Think you should swap the order of `Get()` and `FindElement()` - `Get` will instruct the browser to load the page, so whatever element reference you got before `Get()` is guaranteed...