diff --git a/root.go b/root.go index 0a0e668..14bcd63 100644 --- a/root.go +++ b/root.go @@ -95,7 +95,6 @@ This allows users to schedule kubernetes workloads on nodes that aren't running signal.Notify(sig, syscall.SIGINT, syscall.SIGTERM) go func() { <-sig - f.Stop() cancel() }()