Skip to content

Commit 4b423ad

Browse files
committed
e2e kube-proxy don't delete inmediatly
1 parent 638e077 commit 4b423ad

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/e2e/network/kube_proxy.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ var _ = SIGDescribe("Network", func() {
8181
nodeIP: ips[1],
8282
}
8383

84-
zero := int64(0)
85-
8684
// Create a pod to check the conntrack entries on the host node
8785
// It mounts the host /proc/net folder to be able to access
8886
// the nf_conntrack file with the host conntrack entries
@@ -125,7 +123,6 @@ var _ = SIGDescribe("Network", func() {
125123
},
126124
},
127125
},
128-
TerminationGracePeriodSeconds: &zero,
129126
},
130127
}
131128
fr.PodClient().CreateSync(hostExecPod)
@@ -164,7 +161,6 @@ var _ = SIGDescribe("Network", func() {
164161
},
165162
},
166163
},
167-
TerminationGracePeriodSeconds: &zero,
168164
},
169165
}
170166

@@ -198,7 +194,6 @@ var _ = SIGDescribe("Network", func() {
198194
},
199195
},
200196
},
201-
TerminationGracePeriodSeconds: &zero,
202197
},
203198
}
204199

0 commit comments

Comments
 (0)