From b280fa5a7d5e48ce6730bda42fb99a2f436875ea Mon Sep 17 00:00:00 2001 From: ds-ms Date: Tue, 25 Jun 2019 19:07:14 +0530 Subject: [PATCH] Adding extra debug logs Signed-off-by: ds-ms Using debug function instead Signed-off-by: ds-ms Removing [INFO] from the message --- cmd/helm/init.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/helm/init.go b/cmd/helm/init.go index c7617e705..f02700508 100644 --- a/cmd/helm/init.go +++ b/cmd/helm/init.go @@ -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.") } else { + debug("The error received while trying to init: %s", err) 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.)") }