Ramón Márquez

Results 8 comments of Ramón Márquez

The `command` option doesn't work with the `"./gor"` entrypoint. Use `args` instead: ```yaml apiVersion: apps/v1 kind: DaemonSet metadata: name: goreplay-daemon spec: selector: matchLabels: app: goreplay template: metadata: labels: app: goreplay...

@shariffshabir @jneumann90 you are running the latest release, which doesn't have support for the k8s feature yet. In order to try this, you would need to [compile](https://github.com/buger/goreplay/wiki/Compilation) a development build...

After a couple weeks of trying different things to get to the root cause I've learned the following: - This issue is **not** related to VXLAN, or AWS VPC Mirroring....

I went ahead and added more features for K8s: - Now, there is support to capture from pods that are selected by a given service (this can be specified with...

Hi, I am getting the same error consistently. I couldn't get past the EKS stage because of the `Setting nodeGroupOptions, and any set of singular node group option(s) on the...

hello @oktalz Apologies for the late reply. I tried running the e2e tests for the latest commit, and all the **e2e_parallel** one passed, but some of the **e2e_sequential** ones didn't....

@oktalz I have created the corresponding PR. By the time I did this, Trivy detected a new vulnerability, this time in the `golang.org/x/net` module with high severity: CVE-2022-27664 (I attach...

The header is set properly, when passing `skip_compression: true` as a field to the `HttpLogger` constructor. However, then the `skip_compression` field for the object instance is not set. ```js const...