mirror of https://github.com/k3s-io/k3s
Kubeadm: Use fmt.Println instead of fmt.Printf
parent
148248353b
commit
a7225bc15c
|
@ -416,7 +416,7 @@ func (j *joinData) Run() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
// run kubeadm init preflight checks for checking all the prequisites
|
// 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)
|
preflight.RunInitMasterChecks(utilsexec.New(), initCfg, j.ignorePreflightErrors)
|
||||||
|
|
||||||
// Prepares the node for hosting a new control plane instance by writing necessary
|
// Prepares the node for hosting a new control plane instance by writing necessary
|
||||||
|
|
Loading…
Reference in New Issue