Owais Lone
Owais Lone
Someone should take this to Kickstarter
You could be facing #76. There is a bug that uses the real database in tests in some cases instead of the test DB
I was trying to create a ServiceEntry for the server to see if it impacts anything and while it did not fix the issue, deploying the ServiceEntry did seemingly trigger...
Another interesting finding. I installed 1.20.3 control plane to test the latest version. I onboarded the pods to the new control plane and ran a quick test and it worked...
> How do you see it still connect to old ips? Did you make use of istio local dns proxy? I see the old IPs in endpoint list but more...
I confirmed that we do not have DNS proxy enabled. There is no reference to DNS proxy config in our helm values and inspecting istiod config maps shows only one...
> If we make the client never access server, then we get no ep for grpc-test server. Right. Also, once the system goes into state, sending a regular curl request...
> In order to workaround this, you can recreate the connection when if r, err := c.SayHello(ctx, &pb.HelloRequest{Name: server_address}); err != nil { returns the conext dealine exceed error Thanks,...
Thanks for the explanation @ramaraochavali and @hzxuzhonghu. This was my hunch as well and while the explanation helps make sense of what is going on, as an end user, this...
I understand. I'll leave the technical decision making to the maintainers. While it'd be nice to see grpc work with headless services, I think it is much more important to...