Replace glog.Info{f,ln} with fmt.Print{f,ln}
This follows the pattern `kubectl` uses for logging.
There are two remaining glog.Infof call that cannot be removed easily.
One glog call comes from kubelet validation which calls features.SetFromMap.
The other comes from test/e2e during kernel validation.
Mostly fixes kubernetes/kubeadm#852
Signed-off-by:
Chuck Ha <ha.chuck@gmail.com>
Showing
Please
register
or
sign in
to comment