Rodrigo Campos
Rodrigo Campos
Hi, We are using configmaps in our pods. The basic way to deploy with configmaps is to create a new one on each deploy, reference it in the deployment yaml...
## Current situation The socket flags (blocking vs non-blocking, read/write, close on exec, etc.) are not shown for fds. ## Impact It is useful to know that information, specially when...
## Current situation Socket collector gives info about tcp/udp sockets only. ## Impact IG can't be used to debug fd issues on programs that use sockets that are not tcp/udp....
Here I remove myself from the CODEOWNERS. The COC was still listing only myself and Dax as contacts in case of issues. I added all current maintainers as contacts now...
This PR doesn't make _any_ behavior change, just cleans up the code to reduce unneeded indentations and just tries to filter out errors first for better readability. If when you...
While working on #276 I saw some possible issues that weren't hit in practice with my repro, but that seems worth highlighting and probably fixing. I'm opening this issue to...
There are several issues that we caught at the last minute. Several maintainers said it seems safer to disable it by default, so let's do that. runc-dmz is marked as...
As discussed [in the mailing-list][link], here is the changelog for the 1.2.0-rc.1 release. For future reference (in case it helps others), this is what I did to create it: I...
### Description After PR #3967 was merged, the tests added there don't work on Debian testing. It doesn't work with or without sshfs installed. Tests in this file work fine...
This is a RFC PR, after today's community meeting dicussion and further discussions with @mikebrow on slack. I've tested this works fine with the changes in k8s 1.30. The idea...