Michał Kluczek

Results 25 issues of Michał Kluczek

**appVersion: 3.0.1** Using the following `Ingress` ```yaml apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: ingress-thanos namespace: monitoring annotations: haproxy.org/scale-server-slots: "4" spec: ingressClassName: haproxy-thanos rules: - host: "..." http: ... ``` the...

I couldn't find it in the docs, but I assume that k8s `Ingress` resource is always mapped to haproxy default `http` and `https` frontends. 1. I'd like to be able...

`Ingress` resource supports `backend-config-snippet` annotation, however there is no convenient way to share the same logic (ie. snippet) across many `Ingress` resources. The idea is to have a kind of...

When running in `finalized` mode, I keep getting error that particular block is not finalized, even though it *is* (according to beaconcha) ``` error: eth/v1/beacon/states/10631071/sync_committees?epoch=332222 error: {"execution_optimistic":false,"finalized":false,"data":{"validators":["1512778","1281133",......]]}} error: true error:...

Hi. on macOS, switching chat tabs will cause pidgin (2.14.14) to freeze for 2-5 seconds. Below output from debug log ![Image](https://github.com/user-attachments/assets/fd86afb8-2916-4a2b-9c8c-d143bbbbb926) Another issue is that buddy list window will only...