rcng6514

Results 4 comments of rcng6514

> What type of GCP load balancer are you using? Can you try port forwarding to the ingress service and see if the issue persists? Client -> TCP L4 ->...

Morning, tested with TCP L4 LB removed and port forwarded to ingress-controller k8s svc. We still observe the same behaviour and connections are issued a GOAWAY after 5-10 minutes. >...

- Install ingress-nginx v1.9.5 `kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.9.5/deploy/static/provider/cloud/deploy.yaml` - Apply below manifest: ``` --- apiVersion: v1 kind: Namespace metadata: name: grpc --- apiVersion: apps/v1 kind: Deployment metadata: name: grpc namespace:...

``` ... Hello Client recieved at time 2024-04-05 08:10:04+00:00 Hello Client recieved at time 2024-04-05 08:10:09+00:00 Exception in thread "main" io.grpc.StatusRuntimeException: UNAVAILABLE: Connection closed after GOAWAY. HTTP/2 error code: NO_ERROR...