mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-24 10:25:12 +00:00
Automatic merge from submit-queue (batch tested with PRs 63453, 64592, 64482, 64618, 64661). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Replace glog.Info{f,ln} with fmt.Print{f,ln} Please see commit message. Signed-off-by: Chuck Ha <ha.chuck@gmail.com> **What this PR does / why we need it**: This PR makes kubeadm's logging output consistent for the regular case and offers verbosity with glog. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes kubernetes/kubeadm#852 **Special notes for your reviewer**: Unfortunately there is one call site in a dependency that uses a bare glog.Infof which we can't change without a bigger effort. **Release note**: ```release-note NONE ```