-
Notifications
You must be signed in to change notification settings - Fork 301
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] LB garbage collection orphans named ports in instance groups #43
Comments
From @nicksardo on May 26, 2017 22:20 Requires kubernetes/kubernetes#46457 |
From @porridge on June 5, 2017 12:44 I see that the dependency was merged a week ago. Is there a plan/ETA for this one? |
From @nicksardo on June 5, 2017 17:33 @porridge I'm waiting on one more PR to merge before we can update this repo's vendored dependencies. I expect to have a fix in for the next release of GLBC, but there's no ETA for that just yet. |
From @pawloKoder on July 4, 2017 15:54 Any update on this issue? |
From @G-Harmon on September 27, 2017 23:53 Hi, I'm starting to work on this now, as my first Kubernetes fix. |
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 |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle rotten |
I'm seeing this still, as the suggested fix doesn't work. Any other thoughts? |
Any new information about this issue. We had to create new cluster and migrate all things to it because of this bug :/ |
Why didn't the suggested workaround work, @icco? |
/assign |
@G-Harmon not sure, but it comes back like once a week. |
I just got bit by this one. Any news? |
/reopen |
@bowei: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
It seems strange to me that more people are not hitting this issue. Is there some mitigating difference in now people are deploying services that I haven't thought of? |
As the last report of this was almost a year ago, we are closing out this issue. We recommend users to move to NEGs (container-native) and migrate off of InstanceGroups. If there are still issues, please open a new github issue. Thanks! |
From @nicksardo on May 8, 2017 18:54
The GLBC does not remove the named port from an instance group when a backend is being deleted.
If users are frequently created/deleting services and ingresses, instance groups will become polluted with old node ports. Eventually, users will hit a max limit.
Temporary workaround
Modify the region and list of zone suffix in the script.
Copied from original issue: kubernetes/ingress-nginx#695
The text was updated successfully, but these errors were encountered: