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

GCE resource leak with v1 frontend namer #965

Closed
skmatti opened this issue Dec 5, 2019 · 6 comments
Closed

GCE resource leak with v1 frontend namer #965

skmatti opened this issue Dec 5, 2019 · 6 comments
Labels
lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.

Comments

@skmatti
Copy link
Contributor

skmatti commented Dec 5, 2019

v1 frontend namer leaks GCE loadbalancer forntend resources for the following ingress names,
Examples: ingress--1, ingress--2
Basically, when there exist two consecutive hyphens in namespace or name.

Few of the other cases are (in <namespace>/<name> format),
namespace-/ing1, namespace/-ing2

The current workflow for v1 frontend namer parses load-balancer name incorrectly.
For example,
URL map k8s-um-default-my--ingress--260743b4176675c7 is parsed as default-my-260743b4176675c7 which should have been parsed as default-my--ingress-260743b4176675c7.

@rramkumar1
Copy link
Contributor

@skmatti What is the status of this issue?

@skmatti
Copy link
Contributor Author

skmatti commented Feb 20, 2020

Discussed with @freehan and decided that we are not going to fix this special case. May be this should be marked as one of the known issues.

Also, v1.8.1 and above will not run into this issue.

@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label May 20, 2020
@skmatti
Copy link
Contributor Author

skmatti commented May 21, 2020

/close

@k8s-ci-robot
Copy link
Contributor

@skmatti: Closing this issue.

In response to this:

/close

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.

@bowei
Copy link
Member

bowei commented May 21, 2020

@skmatti did you update the known issues if this is closed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Projects
None yet
Development

No branches or pull requests

5 participants