Burak Ok
Burak Ok
This also happens on my minikube deployment. ``` DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.04 DISTRIB_CODENAME=focal DISTRIB_DESCRIPTION="Ubuntu 20.04.5 LTS" ```
Should we check for a possible deviation on all pods? For example if pod A runs version 0.1.0, pod B runs version 0.2.0 and the client is version 0.3.0 This...
In our logs we see the following (X's added by me): > Resource handler returned message: "The subnet 'subnet-0f2381XXXXXX' has dependencies and cannot be deleted. (Service: Ec2, Status Code: 400,...
> Please, see: #2649 This is not only about OOMKill. Please see the tests also from the first and last link. The issues we have with the CI will not...
> I stick to my guns, you can indeed increase the waiting time, but the best solution would be to find the why of this time out. For `oomkill`, we...
> I think we need to limit the number of parallel test. In the fail log https://github.com/inspektor-gadget/inspektor-gadget/actions/runs/8359069409/job/22881852532#step:7:2759 the failure happened on GKE where we use `t2a-standard-2`, which has 2 `vCPUs`....
> I think this is fixed by #2686. Would you mind confirming @burak-ok ? Correct, this is fixed
Its not only about the digest. The issue seems to be worse. We are not enriching the corresponding events (The whole container is not picked up ?): First line is...
> > There is still an occurence of `custom-columns`: > > ``` > > ./integration/command.go: NAMESPACES=$(kubectl get seccompprofile --all-namespaces --no-headers --ignore-not-found -o custom-columns=":metadata.namespace" | uniq) > > ``` > >...
Regarding all the documentation comments (Be it in the code or as a markdown): I tried to write some more in different locations. But I need guidance (lack of experience)...