Alexandre Desjardins
Alexandre Desjardins
Not sure what additional information to provide, since this is pretty straightforward. For example, this is json with 1 key:value pair: ```json { "firstname": "joe" } ``` This is json...
hmm is it not possible to simply either: A) Provide a different key. For example, `gvrKind` and `kind`, ending up with: ```json { ... "gvrKind": "coordination.k8s.io/v1, Kind=Lease", ... "kind": "Lease",...
Yes. Example1:  Example2: 
Weird, here is me trying it with 0.48.0  and then with 0.51.2:  In both case it is reported
I do detect the image secret with regular trivy-cli:  However I do not detect it running the trivy-server included in trivy-operator (port-forwarding it locally):  edit: both are running...
I currently get around this with the following code: ```lua local function get_term_index(current_id, terms) local idx for i, v in ipairs(terms) do if v.id == current_id then idx = i...
@realshuting are changes being made beside the circuit breakers/cleanup jobs to improve the handling of ephemeralreports? In our case, we've had several issues with them in 1.12.2, and some with...
Thank you for the added information @JimBugwadia Here are the reports-controller logs: [kyverno-reports-controller.json](https://github.com/user-attachments/files/15779512/kyverno-reports-controller.json) Feel free to ignore the trivy reports that cannot be deleted since these are another issue being...
@JimBugwadia will do @knechtionscoding as per my comment above, the current cleanup strategy likely won't work for such large amount of ephemeralreports. You will probably need to clean these up...
@JimBugwadia haven't seen the error happen again in the RC so far. Can we expect an official 1.12.4 version coming out soon?