Skip to content
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

Closed
asridharan opened this issue Sep 28, 2018 · 6 comments
Labels
Bug Something isn't working

Comments

@asridharan
Copy link
Contributor

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

  • Output of kubectl describe pod <ingress controller> . The pod name can be obtained by running helm list.
  • Output of `kubectl logs .
    will add the logs here shortly.
  • Any Azure support tickets associated with this issue.
@asridharan asridharan added the Bug Something isn't working label Sep 28, 2018
@asridharan
Copy link
Contributor Author

This issue could be related to:
Azure/AKS#522

@njzhangyifei
Copy link
Contributor

This is somewhat related to the resync period. It happens when the informer misses events.

@asridharan
Copy link
Contributor Author

This is somewhat related to the resync period. It happens when the informer misses events.

@njzhangyifei why would the informer miss events?

@njzhangyifei
Copy link
Contributor

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.

@asridharan
Copy link
Contributor Author

Looks like the work around mentioned in this issue should resolve this problem till it fixed in AKS itself:
Azure/AKS#676

@asridharan
Copy link
Contributor Author

@akshaysngupta could you take this on? This can be an extension of your helm work for enabling RBAC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants