Merge pull request #82513 from beautytiger/kubeadm_upgrade_cleanup

add line break in kubeadm upgrade logging message
This commit is contained in:
Kubernetes Prow Robot
2019-09-11 21:24:20 -07:00
committed by GitHub

View File

@@ -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
}