Grzegorz Burzyński

Results 83 comments of Grzegorz Burzyński

@randmonkey regarding the discussion above - as you resolved #2694 with https://github.com/Kong/kubernetes-ingress-controller/pull/2791 - is this ticket still valid in your opinion?

I have prepared https://github.com/Kong/kubernetes-ingress-controller/pull/3063 as a first step to resolving this issue. It's ensuring CA cert validity in the parser, making it possible to skip the object's synchronization and log...

Given the CA certificate issues have been covered with warning events attached to the affected objects in https://github.com/Kong/kubernetes-ingress-controller/pull/3114, I think we can close this issue as done. I've changed the...

It hasn't exhibited flakiness for at least 14 days as there's no trace of it in BuildPulse.

TLS and TCP routes have been fixed and covered in https://github.com/Kong/kubernetes-ingress-controller/pull/3226. For UDPRoute we made a decision to postpone it to the next release due to missing dependencies (tracking issue:...

We still have > For any number of data-planes, the KIC should be able to be configured with separate mTLS credentials for each in ACs which didn't have its tracking...

This looks like an issue in https://github.com/Kong/go-database-reconciler and/or Konnect API. Ideally, if we delete an already non-existing entity, we should get a 204 status code and this should not result...

If you encounter this issue, a temporary workaround could be turning `SanitizeKonnectConfigDumps` feature gate off (i.e. by setting `--feature-gates=SanitizeKonnectConfigDumps=false`). Please be aware that this will make KIC synchronize private keys...

I agree that having a benchmark reporting memory consumption is something we should build. I imagine that having charts tracking the memory consumption for a few basic scenarios (10, 1k,...

We've got a very similar issue in our workflows. We use `setup-go@v4` (in this [workflow](https://github.com/Kong/kubernetes-ingress-controller/blob/5ef130e2e0a6daf4a008b67bb7c094efc701089c/.github/workflows/_e2e_tests.yaml#L243)) that sometimes stales on cache download percentage that's near 100% ([example run](https://github.com/Kong/kubernetes-ingress-controller/actions/runs/4793707914/jobs/8526400278) - the job...