From a7225bc15c8bbdb41892cee05cb71cd761e1d9e1 Mon Sep 17 00:00:00 2001 From: dmaiocchi Date: Tue, 15 Jan 2019 09:22:24 +0100 Subject: [PATCH] Kubeadm: Use fmt.Println instead of fmt.Printf --- cmd/kubeadm/app/cmd/join.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kubeadm/app/cmd/join.go b/cmd/kubeadm/app/cmd/join.go index 69034ccff4..5ed7876620 100644 --- a/cmd/kubeadm/app/cmd/join.go +++ b/cmd/kubeadm/app/cmd/join.go @@ -416,7 +416,7 @@ func (j *joinData) Run() error { } // run kubeadm init preflight checks for checking all the prequisites - fmt.Printf("[join] Running pre-flight checks before initializing the new control plane instance\n") + fmt.Println("[join] Running pre-flight checks before initializing the new control plane instance") preflight.RunInitMasterChecks(utilsexec.New(), initCfg, j.ignorePreflightErrors) // Prepares the node for hosting a new control plane instance by writing necessary