-
Notifications
You must be signed in to change notification settings - Fork 306
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
GLBC: Each ingress sync updates resources for all ingresses #44
Comments
From @thockin on August 3, 2017 16:46 What event? |
From @nicksardo on August 3, 2017 17:10 A K8s Event record noting an error/warning message. Take a look at this code: https://github.com/kubernetes/ingress/blob/7b38e5a36ed7e097e1cd98aca0f37c504059ab4c/controllers/gce/controller/controller.go#L311-L320 |
From @thockin on August 3, 2017 17:12 blech! On Thu, Aug 3, 2017 at 10:10 AM, Nick Sardo notifications@github.com
|
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
+1 Anyone looking at this? Our new ingresses can take upto 30 mins to be ready which is quite annoying in a dynamic environment. |
We are actively working this issue. Expect an update in a few weeks. |
/lifecycle frozen |
@nicksardo Hey, is this issue fixed? When is it being rolled out? |
The logic was changed to single the relevant resources. Assuming testing goes well, it'll make K8s 1.10. Currently unknown which 1.9 or 1.8 patch releases will get this new version. |
From @nicksardo on July 11, 2017 23:58
For every ingress, the controller runs resource synchronization for all ingresses, thus resulting in unnecessary work.
Furthermore, if a GCP error occurs when handling one of the ingress resources, an event will be raised for every ingress resource.
Copied from original issue: kubernetes/ingress-nginx#950
The text was updated successfully, but these errors were encountered: