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
commit 578bb43564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}