diff --git a/cmd/vsphere-machine-controller/main.go b/cmd/vsphere-machine-controller/main.go index d064461ca967..9bf4286a9f5f 100644 --- a/cmd/vsphere-machine-controller/main.go +++ b/cmd/vsphere-machine-controller/main.go @@ -65,6 +65,6 @@ func main() { // If this doesn't compile, the code generator probably // overwrote the customized NewMachineController function. c := machine.NewMachineController(config, si, actuator) - c.Run(shutdown) + c.RunAsync(shutdown) select {} }