Nik Voss

Results 18 comments of Nik Voss

I am currently running into the same issue on multiple nodes running 1855.4.0 (stable). Example of one of the failing pods: ``` kubectl -n monitoring describe po/prometheus-k8s-0 Name: prometheus-k8s-0 Namespace:...

This issue might be related: https://github.com/moby/moby/issues/29638. On CoreOS the error is different though. Some potentially helpful info: ``` core@node-6 ~ $ cat /proc/self/mountinfo | wc -l 25185 core@node-6 ~ $...

The root cause is that the resource is busy according to `journalctl -eu docker`: ``` ... Oct 01 08:03:12 node-6.figo.systems env[1837]: time="2018-10-01T08:03:12.903193735Z" level=error msg="Error removing mounted layer 5f18712935197fb61c86479ab40c15e7af7b3d1e652d2fe25a841d318d61cb11: remove /var/lib/docker/overlay2/6ee046bcb95387f41a58d576498f46fe8541830929cd09148e464d14786666c4/merged:...

Also interesting is that we never ran into this issue on 1800.7.0. Therefore this might be a regression caused by https://github.com/coreos/bugs/issues/2497? We are on a fairly young POC cluster therefore...

We found the issue it was fluent-bit still holding a handle to the logs (this applies to fluentd as well).

Great work so far, I have been following the progress closely, because OpenGL support would be mandatory, if I wanted to replace the current GUI system with libui to support...

To reiterate somehow: Sorry, if I didn't made myself clear. I meant users being able to use rendering threads with libui rather than libui using a rendering thread. As I...

Hi @swetharepakula, Basically the latter: The NEG is deleted before the BackendService is updated (or changes have properly propagated to GFE to be active) with the correct NEGs.

Disabling all other extensions does not make a difference, so it might be due to GNOME Shell 41. Is there a way to better debug GNOME Shell or Pop OS...

Ok, this is interesting. The debian-based system where I encounter this on a daily basis is my work laptop. I recently setup gnome on my private laptop as well and...