Julian
Julian
I'm really interested in that as well
Any updates on this? Would love to try out native with cloud gateway, but currently build fails for the newest version 2021.0.0 with your big list @joshlong. ```Fatal error:java.lang.TypeNotPresentException: Type...
I'm facing the same issue regarding gitlab ci, any news so far?
I'm having the same error: ``` INFO[0000] no container specified, taking first container we found in pod. INFO[0000] selected container: 'traefik' INFO[0000] sniffing method: privileged pod INFO[0000] sniffing on pod:...
Yep, that worked for me executing it as sudo. Otherwise wireshark complains about not having proper permissions, see: ``` Couldn't run /usr/bin/dumpcap in child process: Keine Berechtigung ``` I think...
The command which made it work for me was with the following: ```bash sudo kubectl sniff some-deployment -p --socket /run/k3s/containerd/containerd.sock ``` I'm also using a quiet recent version of k3s,...
I can confirm the problem as were having it too
For Spring Actuator it's the same, it uses `ManagementFactory.getThreadMXBean().dumpAllThreads(true, true)` to dump all threads. As long as this is not supported it is unfortunately unable to provide the thread dump...
As spring v3 has out of the box support for graalvm and all of the other major players do, it's really important to get graal support I guess. For us...