diff --git a/cmd/kindnet-controller/main.go b/cmd/kindnet-controller/main.go index 515d53a7..345c2d16 100644 --- a/cmd/kindnet-controller/main.go +++ b/cmd/kindnet-controller/main.go @@ -95,7 +95,7 @@ func main() { } go func() { - healthzServer.ListenAndServe() + _ = healthzServer.ListenAndServe() }() defer healthzServer.Close()