mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
fix unnecessary delete rc requests
Change-Id: I5e7813acebd0607c049d521cce559b96708be1a2
This commit is contained in:
parent
57ad590d8d
commit
09668823a9
@ -659,15 +659,15 @@ var _ = framework.KubeDescribe("Density", func() {
|
||||
framework.ExpectNoError(framework.VerifyPodStartupLatency(podStartupLatency))
|
||||
|
||||
framework.LogSuspiciousLatency(startupLag, e2eLag, nodeCount, c)
|
||||
}
|
||||
|
||||
cleanupDensityTest(dConfig)
|
||||
|
||||
By("Removing additional replication controllers if any")
|
||||
By("Removing additional replication controllers")
|
||||
for i := 1; i <= nodeCount; i++ {
|
||||
name := additionalPodsPrefix + "-" + strconv.Itoa(i)
|
||||
c.ReplicationControllers(ns).Delete(name, nil)
|
||||
}
|
||||
}
|
||||
|
||||
cleanupDensityTest(dConfig)
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user