mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Update density.go
This commit is contained in:
parent
6e90106ded
commit
2e011d3097
@ -630,6 +630,7 @@ var _ = framework.KubeDescribe("Density", func() {
|
|||||||
|
|
||||||
By("Removing additional replication controllers")
|
By("Removing additional replication controllers")
|
||||||
deleteRC := func(i int) {
|
deleteRC := func(i int) {
|
||||||
|
defer GinkgoRecover()
|
||||||
name := additionalPodsPrefix + "-" + strconv.Itoa(i+1)
|
name := additionalPodsPrefix + "-" + strconv.Itoa(i+1)
|
||||||
framework.ExpectNoError(framework.DeleteRCAndWaitForGC(c, rcNameToNsMap[name], name))
|
framework.ExpectNoError(framework.DeleteRCAndWaitForGC(c, rcNameToNsMap[name], name))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user