-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Occasionally Ingress Controller introduces significant delays in process ingress events #45
Comments
This issue could be related to: |
This is somewhat related to the resync period. It happens when the informer misses events. |
@njzhangyifei why would the informer miss events? |
I meant when they stop receiving events. |
Looks like the work around mentioned in this issue should resolve this problem till it fixed in AKS itself: |
@akshaysngupta could you take this on? This can be an extension of your helm work for enabling RBAC. |
Describe the bug
Occasionally, when we modify the Ingress resource it takes to the order tens of minutes to update the Application Gateway configuration through ARM.
To Reproduce
Start a Kubernetes service. Expose it through the Application Gateway by creating an Ingress resource. Scale the service up or down, or remove the Ingress resource completely and observe the time it takes to apply this configuration on the Application Gateway. Most of the time the update would go through within a matter of seconds, but occasionally it will take to order tens of minutes to get applied.
Ingress Controller details
kubectl describe pod <ingress controller
> . The pod name can be obtained by runninghelm list
.will add the logs here shortly.
The text was updated successfully, but these errors were encountered: