mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 02:11:09 +00:00
Merge pull request #72909 from MalloZup/minor-print
Kubeadm: Use fmt.Println instead of fmt.Printf
This commit is contained in:
commit
69cb938a6a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user