Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
daimaxiaxie committed Aug 30, 2024
1 parent 1aa9cb3 commit a6bd67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/node/termination/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ var _ = Describe("Termination", func() {
// Trigger Termination Controller
Expect(env.Client.Delete(ctx, node)).To(Succeed())

podGroups := [][]*corev1.Pod{{podEvict}, {podDaemonEvict}, {podNodeCritical, podClusterCritical}, {podDaemonNodeCritical, podDaemonClusterCritical}}
podGroups := [][]*corev1.Pod{{podEvict}, {podDaemonEvict, podKruiseDaemonEvict}, {podNodeCritical, podClusterCritical}, {podDaemonNodeCritical, podDaemonClusterCritical, podKruiseDaemonNodeCritical, podKruiseDaemonClusterCritical}}
for i, podGroup := range podGroups {
node = ExpectNodeExists(ctx, env.Client, node.Name)
for _, p := range podGroup {
Expand Down

0 comments on commit a6bd67f

Please sign in to comment.