-
Notifications
You must be signed in to change notification settings - Fork 40k
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
pull-kubernetes-e2e-gce-etcd3 failing: Quota 'SUBNETWORKS' exceeded #47362
Comments
@yujuhong There are no sig labels on this issue. Please add a sig label by: |
/cc @dchen1107 @krzyzacy |
that again? |
@krzyzacy The behavior this time is we leaked an ingress firewall and failed to cleanup the network resource.
@nicksardo I thought the ingress tests are only run in slow suite? |
The leaking firewall is created in
and then it cannot acquire the IP,
and result in
seems that ingress test is pretty much screwed? |
The ingress test is supposed to cleanup firewall resource in AfterEach(), but before that it received sigterm signals so it stopped:
|
@aledbf Looks like this is the nginx ingress test. We're going to move this to the slow suite. |
SGTM. |
Will cleanup the project resources. |
@krzyzacy Can we removed those leaked network resources for recover the build? Thanks~! |
just wiped some firewalls. @nicksardo I'll leave the rest to you :-) |
All ingress firewalls are gone. Will delete the old networks. |
Old networks have been cleared. Everything should be good-to-go. |
I'll cleanup resources again after my PR gets merged. |
/assign |
@nicksardo this test was re-assigned to the slow suits but is still failing there. https://k8s-testgrid.appspot.com/release-master-blocking#gci-gke-slow |
@aledbf Mind looking at this? |
@nicksardo sure |
@nicksardo reading one of the logs https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gke-slow/7064/nodelog?junit=junit_08.xml&wrap=on
|
The ~5 most recent builds failed because of this issue.
https://k8s-gubernator.appspot.com/builds/kubernetes-jenkins/pr-logs/directory/pull-kubernetes-e2e-gce-etcd3
/cc @kubernetes/sig-testing-bugs @kubernetes/sig-network-bugs based on the similar issue from ~2 weeks ago #46713
The text was updated successfully, but these errors were encountered: