Gabriel Alacchi

Results 9 comments of Gabriel Alacchi

This works on my local dev environment using the repro steps I created here https://github.com/GabrielAlacchi/IngressNginxCertRepro. Will follow up with test coverage later on and mark as ready for review.

Happy to help contribute a patch to resolve this, but wanted to check with maintainers about what the ideal expected behavior would be here? In my case I work in...

@longwuyuan I disagree with the assessment that this is not a bug, The behavior here is that the ingress controller is aggregating all of the ingress objects for each hostname,...

See the logic here in [controller.go](https://github.com/kubernetes/ingress-nginx/blob/b212b5a8b4cf0bdf089406774b8bf4ac34bb992c/internal/ingress/controller/controller.go#L1265-L1369) Ingress controller is already looking at all of these certificates and analyzing whether they're valid or not. The bug is that the moment it...

The patch I proposed works on my local dev environment using the repro steps I created here https://github.com/GabrielAlacchi/IngressNginxCertRepro

While this doesn't further the conversation of solving the underlying issue, but one suggestion I might make here @hanselsen architecturally speaking. If connection lifetime is an important attribute of your...

I would appreciate if the shutdown behavior would be as configurable as possible. Different use-cases are going to warrant different behaviors to optimize shutdown. It may make sense to stop...

We are currently using istioctl from time to time in cloudshell to debug istio related issues that come up in AKS clusters that are using the mesh addon. We would...

This might apply to MySQL as well on the big 3 clouds / other clouds.