Naem

Results 13 comments of Naem

@arkodg Given that the gRPC reflection issue has been outstanding for over a year and appears to lack active contributors, perhaps we should avoid holding up this feature on that...

In our setup we have 90+ services, each with its own transcoder. The proto descriptor binaries average ~120 KB in size, with the largest we’ve seen around 360 KB. This...

I got the same issue and I have enabled trace log level: On PVC creation there isn't anything unusual On PVC detach I got these logs: ``` time="2025-10-03T08:19:19Z" level=info msg="resource...

Found the log on PV delete, these are generated by csi-attacher: PV Detach ``` I1003 08:19:19.715120 1 connection.go:264] "GRPC call" VolumeAttachment="csi-c44044d174776b151b0e51f16d603c6156a54be16e671bcf283628a424d67963" method="/csi.v1.Controller/ControllerUnpublishVolume" request="{\"node_id\":\"k8sw-c03-cab-thr-az1-03\",\"volume_id\":\"pvc-5526786f-bbb2-46ad-a947-2d0a62e4211a\"}" I1003 08:19:19.722250 1 controller.go:266] "Started PersistentVolume processing"...

You are right, after changing the `persistentVolumeReclaimPolicy` to `Delete` on released PV everything worked as expected. But `persistentVolumeReclaimPolicy` is a Kubernetes concept for handling PV lifecycle, it should not affect...

Thanks for explanation, everything is working as expected

Hello It's not fixed yet, here is the new stack Trace ``` goroutine 205 [running]: runtime/debug.Stack() /opt/hostedtoolcache/go/1.24.2/x64/src/runtime/debug/stack.go:26 +0x5e github.com/envoyproxy/gateway/internal/message.handleWithCrashRecovery[...].func1() /home/runner/work/gateway/gateway/internal/message/watchutil.go:54 +0x1fe panic({0x337cd60?, 0xb160740?}) /opt/hostedtoolcache/go/1.24.2/x64/src/runtime/panic.go:792 +0x132 github.com/envoyproxy/gateway/internal/xds/translator.(*Translator).addHCMToXDSListener(0xc0034378e8, 0x0, 0xc0039e3b00, 0x28cb?, 0x0,...

Any updates about this issue?

Here is my config: ```yaml apiVersion: gateway.envoyproxy.io/v1alpha1 kind: EnvoyProxy metadata: name: main-gateway-config namespace: main-gateway spec: provider: type: Kubernetes kubernetes: envoyDeployment: replicas: 2 --- apiVersion: gateway.envoyproxy.io/v1alpha1 kind: ClientTrafficPolicy metadata: name: enable-http3...

nil pointer exception is gone, but now I get following error: `2025-07-28T10:04:36.430Z ERROR xds-server cache/snapshotcache.go:346 Envoy rejected the last update with code 13 and message Error adding/updating listener(s) main-gateway/eg/example-com-listener-quic: error...