Soham Chakraborty

Results 19 comments of Soham Chakraborty

Hi, I am having trouble to execute a script with kaniko busybox shell. I am attaching the relevant Jenkinsfile and the output. ``` container(name: 'kaniko', shell: '/busybox/sh') { withEnv(['PATH+EXTRA=/busybox']) {...

Brilliant analysis @Angelin01 . Thank you for the pointer :)

Discussed this with @olemarkus in #kops-users slack channel and he feels that https://github.com/aws/amazon-eks-pod-identity-webhook/blob/master/pkg/cache/cache.go#L130 needs to check for both `namespace + name` and `"*" + name` EDIT: I can provide the...

Hi @kmala @olemarkus I was wondering if you might have some sort of update for this? We are actually waiting to adopt this feature, which is kinda blocked by this...

Hi, I am facing this exact problem. `kops` version: ``` Client version: 1.29.2 (git-v1.29.2) ``` `k8s` version: ``` 1.24.16 ``` The error that I am seeing in `/var/log/syslog` of the...

Hi @hakman I have identified my issue. It was having some sort of problem with audit policy and audit webhook config files.

> @SohamChakraborty this problem only occurs with traceloop? Tried with `trace_exec` right now and on the same container: ``` $ kubectl gadget run trace_exec:latest -n default -c foobar-api --verbose DEBU[0122]...

* I have this problem with traceloop and trace_exec for now. * I am not sure about the reproducer. I am testing this on a Java application. * The version...

> Then the problem is not tied to traceloop itself or you have two problems in one. I also suspect that the problems are common. > For trace_exec, are you...

> OK, can you share some information on the cluster? Number of nodes and size of each node? To see if this a very big cluster? Sure, it's not a...