diff --git a/cmd/tiller/tiller.go b/cmd/tiller/tiller.go index f71b10f93..6dc3da086 100644 --- a/cmd/tiller/tiller.go +++ b/cmd/tiller/tiller.go @@ -87,7 +87,8 @@ func main() { func start(c *cobra.Command, args []string) { clientset, err := kube.New(nil).ClientSet() if err != nil { - fmt.Fprintf(os.Stderr, "Cannot initialize Kubernetes connection: %s", err) + fmt.Fprintf(os.Stderr, "Cannot initialize Kubernetes connection: %s\n", err) + os.Exit(1) } switch store {