Volodymyr Stoiko

Results 15 comments of Volodymyr Stoiko

Hey @andrewrothstein ! Sorry for such a late response. The issue was fixed here https://github.com/kubeshark/kubeshark/pull/1504/files . Thanks for reporting!

This task was implemented with a different approach. There is `auto` load mode, when kubeshark worker loads pf-ring. And there is `kmm` mode, when https://github.com/kubernetes-sigs/kernel-module-management does module loading All the...

@flobaader can you please give us also more info on what was the OS used on the nodes of that cluster where you've tried to run Kubeshark? Specifically OS family...

@Nexucis At Giant Swarm we're managing lots of alertmanagers. We have this issue of silencing different kinds of alerts and managing a history of changes. For now, we've solved this...

+1 for this For now I came up with workaround I'm sharing below. So I have repository `org/workflows` with structure: ``` .github/workflows/shared.yml actions/action1 actions/action2 ``` `.github/workflows/shared.yml` is using `action/action1` and...