Unverified Commit 66d71811 authored by Matt Farina's avatar Matt Farina Committed by GitHub

Merge pull request #5942 from ds-ms/addDebugLogs

Adding extra debug logs
parents e2b3afcf b280fa5a
...@@ -284,6 +284,7 @@ func (i *initCmd) run() error { ...@@ -284,6 +284,7 @@ func (i *initCmd) run() error {
} }
fmt.Fprintln(i.out, "\nTiller (the Helm server-side component) has been upgraded to the current version.") fmt.Fprintln(i.out, "\nTiller (the Helm server-side component) has been upgraded to the current version.")
} else { } else {
debug("The error received while trying to init: %s", err)
fmt.Fprintln(i.out, "Warning: Tiller is already installed in the cluster.\n"+ fmt.Fprintln(i.out, "Warning: Tiller is already installed in the cluster.\n"+
"(Use --client-only to suppress this message, or --upgrade to upgrade Tiller to the current version.)") "(Use --client-only to suppress this message, or --upgrade to upgrade Tiller to the current version.)")
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment