mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +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 !data.IsControlPlaneNode() {
|
||||
fmt.Printf("[upgrade] Skipping phase. Not a control plane node")
|
||||
fmt.Println("[upgrade] Skipping phase. Not a control plane node.")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user