Kubeadm: Use fmt.Println instead of fmt.Printf

pull/564/head
dmaiocchi 2019-01-15 09:22:24 +01:00
parent 148248353b
commit a7225bc15c
1 changed files with 1 additions and 1 deletions

View File

@ -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