mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
add line break in kubeadm upgrade logging message
logging use Println instead of Printf
This commit is contained in:
parent
6348200c92
commit
2bf3a07298
@ -54,7 +54,7 @@ func runControlPlane() func(c workflow.RunData) error {
|
|||||||
|
|
||||||
// if this is not a control-plane node, this phase should not be executed
|
// if this is not a control-plane node, this phase should not be executed
|
||||||
if !data.IsControlPlaneNode() {
|
if !data.IsControlPlaneNode() {
|
||||||
fmt.Printf("[upgrade] Skipping phase. Not a control plane node")
|
fmt.Println("[upgrade] Skipping phase. Not a control plane node.")
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user