redspread / localkube

DEPRECRATED - See https://github.com/kubernetes/minikube
Apache License 2.0
184 stars 11 forks source link

Run all Kube components in loop within goroutine #23

Closed ethernetdan closed 8 years ago

ethernetdan commented 8 years ago

Right now if one of the components errors it will not restart automatically. We should place the start function for each component in a for loop inside a goroutine so that if any fail they will be restarted. The error returned by the component should be printed for each restart.