From 2126fc83a72b828d0b7206404f2bfd012350115d Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Mon, 22 May 2023 19:20:39 +0300 Subject: [PATCH] :bug: Remove the `cancel()` call --- cmd/tapRunner.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/tapRunner.go b/cmd/tapRunner.go index 83e2b8e68..f5898351e 100644 --- a/cmd/tapRunner.go +++ b/cmd/tapRunner.go @@ -318,7 +318,6 @@ func watchFrontPod(ctx context.Context, kubernetesProvider *kubernetes.Provider, Str("namespace", config.Config.Tap.SelfNamespace). Err(err). Msg("Failed creating pod.") - cancel() case <-timeAfter: if !isPodReady {