Merge pull request #72909 from MalloZup/minor-print

Kubeadm: Use fmt.Println instead of fmt.Printf
This commit is contained in:
Kubernetes Prow Robot 2019-01-15 12:53:43 -08:00 committed by GitHub
commit 69cb938a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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