Andrew

Results 12 comments of Andrew

I will chime in here if it is ok. One thing I am interested in getting visibility on is how long it takes a commit to go from 'git push'...

In addition to #1720 which adds support for adding alerts by customising the chart values.yaml, would it make sense to also include an approach similar to the configmap sidecar listener...

@emilk did you accidentally close this (edit: or github prematurely closed it) when merging #2280? Here is a screen capture from the current head, 690dc2d2e8ed2478d5c3e415c7d7f839a7c96503, which shows the same behaviour...

@JoelSpeed Looks like the stale-bot got to this one. Since there is some work in progress (#1657) does it make sense to keep it open?

I stumbled upon this issue because I am also trying to send opentelemetry signals to the a host port. It looks like using an environment variable to specify the controller...

Hey @esigo this works. Here I use kubernetes to do the interpolation, in the helm values.yaml: ```yaml controller: extraEnvs: - name = "OPENTELEMETRY_COLLECTOR_IP" valueFrom: fieldRef: fieldPath: "status.hostIP" - name: "OTEL_EXPORTER_OTLP_ENDPOINT"...

We also encountered this and I believe it is caused because (at least in the rootfs mode) the trivy binary is copied into the image being scanned. Trivy then scans...

@chen-keinan actually I'm not sure I fully understood what you were asking of myself in your previous comment. In any case, here are some steps which can reproduce this issue....