-
Hi, thank you for resolving the route duplicates issue so quickly!
Since argo is continuously checking if status.loadbalancer.ips > 0, the ressource & therefore the argocd project is stuck in that status. Can the same be accomplished with the Yarp Ingress Controller? Note: We are using the AWS Application Load Balancer for incoming traffic. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
As far as I understand, we already have logic that should be updating the status Is this not achieving what you're describing? |
Beta Was this translation helpful? Give feedback.
As far as I understand, we already have logic that should be updating the status
See #1910,
yarp/src/Kubernetes.Controller/Client/V1IngressResourceStatusUpdater.cs
Lines 40 to 55 in c546116