mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 20:53:33 +00:00
Merge pull request #82513 from beautytiger/kubeadm_upgrade_cleanup
add line break in kubeadm upgrade logging message
This commit is contained in:
commit
578bb43564
@ -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