kubernetes-sigs / aws-load-balancer-controller

A Kubernetes controller for Elastic Load Balancers
https://kubernetes-sigs.github.io/aws-load-balancer-controller/
Apache License 2.0
3.96k stars 1.47k forks source link

When ingress gets recreated too quickly ingress gets deleted #3834

Open gytis-ivaskevicius opened 2 months ago

gytis-ivaskevicius commented 2 months ago

Describe the bug If ingress gets deleted and then applied it ends up getting deleted in a bit

Steps to reproduce kubectl delete && kubectl apply

Expected outcome This should not happen, but resolving this might be annoying due to asynchronous nature

Environment

Additional Context:

andreybutenko commented 2 months ago

Hi, thanks for reporting the issue! We will try to reproduce the issue and explore a solution :)

yocean-tseng commented 1 month ago

Is there any updates on this issue? I would like to investigate on this issue !!