e2e kube-proxy don't delete inmediatly

This commit is contained in:
Antonio Ojea 2020-04-19 13:37:34 +02:00
parent 638e077b4b
commit 4b423ad073

View File

@ -81,8 +81,6 @@ var _ = SIGDescribe("Network", func() {
nodeIP: ips[1],
}
zero := int64(0)
// Create a pod to check the conntrack entries on the host node
// It mounts the host /proc/net folder to be able to access
// the nf_conntrack file with the host conntrack entries
@ -125,7 +123,6 @@ var _ = SIGDescribe("Network", func() {
},
},
},
TerminationGracePeriodSeconds: &zero,
},
}
fr.PodClient().CreateSync(hostExecPod)
@ -164,7 +161,6 @@ var _ = SIGDescribe("Network", func() {
},
},
},
TerminationGracePeriodSeconds: &zero,
},
}
@ -198,7 +194,6 @@ var _ = SIGDescribe("Network", func() {
},
},
},
TerminationGracePeriodSeconds: &zero,
},
}