We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ce9e71 + db4bca0 commit 97c5f1fCopy full SHA for 97c5f1f
test/e2e/network/dns_scale_records.go
@@ -60,6 +60,7 @@ var _ = SIGDescribe("[Feature:PerformanceDNS][Serial]", func() {
60
for i := 0; i < numNs; i++ {
61
ns, _ := f.CreateNamespace(f.BaseName, nil)
62
namespaces = append(namespaces, ns.Name)
63
+ f.AddNamespacesToDelete(ns)
64
}
65
66
services := generateServicesInNamespaces(namespaces, maxServicesPerCluster)
0 commit comments