Skip to content

Commit

Permalink
Add Parallel Queue support for vsphere machine controller. (kubernete…
Browse files Browse the repository at this point in the history
  • Loading branch information
medinatiger authored and k8s-ci-robot committed Jun 8, 2018
1 parent dd5de81 commit 2f89976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/vsphere-machine-controller/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}
}

0 comments on commit 2f89976

Please sign in to comment.