Revert "plumb context from CRI calls through kubelet"
This reverts commit f43b4f1b95
.
This commit is contained in:
@@ -382,7 +382,7 @@ func waitForAllContainerRemoval(podName, podNS string) {
|
||||
rs, _, err := getCRIClient()
|
||||
framework.ExpectNoError(err)
|
||||
gomega.Eventually(func() bool {
|
||||
containers, err := rs.ListContainers(context.Background(), &runtimeapi.ContainerFilter{
|
||||
containers, err := rs.ListContainers(&runtimeapi.ContainerFilter{
|
||||
LabelSelector: map[string]string{
|
||||
types.KubernetesPodNameLabel: podName,
|
||||
types.KubernetesPodNamespaceLabel: podNS,
|
||||
|
Reference in New Issue
Block a user