Skip to content

Commit 97c5f1f

Browse files
authored
Merge pull request kubernetes#93769 from aojea/dnsScale
e2e delete namespaces after finish
2 parents 6ce9e71 + db4bca0 commit 97c5f1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/network/dns_scale_records.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ var _ = SIGDescribe("[Feature:PerformanceDNS][Serial]", func() {
6060
for i := 0; i < numNs; i++ {
6161
ns, _ := f.CreateNamespace(f.BaseName, nil)
6262
namespaces = append(namespaces, ns.Name)
63+
f.AddNamespacesToDelete(ns)
6364
}
6465

6566
services := generateServicesInNamespaces(namespaces, maxServicesPerCluster)

0 commit comments

Comments
 (0)