Revert "plumb context from CRI calls through kubelet"

This reverts commit f43b4f1b95.
This commit is contained in:
Antonio Ojea
2022-11-02 13:37:23 +00:00
parent 548d135ea6
commit 9c2b333925
115 changed files with 1183 additions and 1440 deletions

View File

@@ -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,