Alban Crequy
Alban Crequy
Some events are available with Minikube but not syscalls: ``` $ ls -l /sys/kernel/debug/tracing/events/syscalls/ ls: cannot access '/sys/kernel/debug/tracing/events/syscalls/': No such file or directory $ ls -l /sys/kernel/debug/tracing/events/|wc -l 94 $...
I think it is a good idea to check the type of the event before processing it. But I don't think it would fix this: * After fetching events from...
SGTM. But I would keep the logs in a structured format (some custom json that we can compress) and only render it to text when the user asks for it....
Shouldn't it be fixed in the application instead? (in Java in this example) I am worried about the implications of adding systemd-resolved: > systemd-resolved may be used via two interfaces:...
I have not tried rkt in OpenVZ. Is it possible to mount the additional cgroups? rkt reads `/proc/cgroups` to find all enabled cgroups and attempts to mount them if they...
> Then I tried to connect to 127.0.0.1:22 from inside the container, and the problem happened again. It does not seem related to the network set up by rkt then....
I wonder if there is a way to get the information from the kernel sources or the kernel headers instead of /sys... That would have the benefit that the code...
As of today, SemaphoreCI has a new platform named: > Ubuntu 16.04 LTS Light v1804 (release candidate) (native Docker 18.03 support) (Semaphore platform still subject to change during the RC...
https://github.com/containerd/cri/pull/1498 was merged and it helps somewhat with OCI hooks but it does not help for my use case (https://github.com/containerd/cri/issues/1488#issuecomment-631601626). The workflow is impractical for automation from a DaemonSet running...
I am adding a reference to this issue in the source code of the test [TestExitCodeWithSeveralApps](https://github.com/coreos/rkt/blob/master/tests/rkt_exit_test.go) implemented by #1405.