Carlos R.F.

Results 48 comments of Carlos R.F.

`dictd` supports IPv6 in 1.13.1. If you want it to be listening in both, IPv4 and IPv6, you can start it listening to IPv6 `--address-family 6` and it will do...

@Jamie-Landeg-Jones , You are right, ... after I mentioned that I thought of other Unix systems where `dictd` runs, plus the ipv6 only. I had started a solution too but...

I tested again and it did work. I suspect the operator is struggling to handle AWS EKS node autoscaling situations, with nodes being added/removed.

I'm unable to see why `ci-test-ginkgo` failed with this change. Any idea I can work on? What I see is that it is expecting an alert to show up, but...

I'm waiting for the PR https://github.com/kubearmor/KubeArmor/pull/1849 to be released, so I update the image version as well in this PR.

@DelusionalOptimist: this PR would allow users to set the log levels which is related with the issue https://github.com/kubearmor/KubeArmor/issues/1566

I did some postgres profiling with [pg_profile](https://github.com/zubkov-andrei/pg_profile) and it looks like the table `recordings` is the one getting hit with sequential scans. In the query you sent me: ``` LEFT...

A few days ago, without intervention, the CPU went down to 40%. It looks like if some data expired and was cleaned up, reducing overhead. However, I updated to the...