Lorenzo Fontana

Results 83 comments of Lorenzo Fontana

Related to: https://github.com/kubernetes/kubernetes/issues/70202

I agree that this will be a very important piece of our documentation once it’s done. Moreover, I think we can be even more granular than the single capabilities by...

Why why stalebot ! Let’s keep this

adding the roadmap label so that stalebot doesn't deal with this

This is ultimately useful @brendangregg , I was trying to access `vfs_write` using an inline struct but doesn't seem to be possible to print the full path right now ```...

@tyroguru after some reading of kernel source code I've been able to resolve that struct in this way ``` #include #include #include #include #include kprobe:vfs_write { $file = (file *)arg0;...

Thanks @yuvipanda good catch! 🎉

This is definitely a thing that needs to be handled out of the operator, I see two ways of using it: - you don't persist - you create your own...