You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -208,6 +209,7 @@ var _ = ActuationSuiteE2eDescribe("Actuation", func() {
208
209
})
209
210
210
211
// Consumes the entire node's CPU, causing other pods to be pending - requires WithSerial()
212
+
// issue.k8s.io/135107 could change the need for WithSerial()
211
213
framework.It("falls back to evicting pods when resize is Deferred and more than 5 minute has elapsed since last in-place update when update mode is InPlaceOrRecreate", framework.WithSerial(), framework.WithSlow(), func() {
212
214
ginkgo.By("Setting up a hamster deployment")
213
215
replicas:=int32(2)
@@ -500,12 +502,23 @@ var _ = ActuationSuiteE2eDescribe("Actuation", func() {
500
502
gomega.Expect(err).NotTo(gomega.HaveOccurred())
501
503
502
504
ginkgo.By(fmt.Sprintf("Waiting for pods to be evicted, sleep for %s", VpaEvictionTimeout.String()))
0 commit comments