• Chuck Ha's avatar
    Replace glog.Info{f,ln} with fmt.Print{f,ln} · 125f5ac6
    Chuck Ha authored
    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: 's avatarChuck Ha <ha.chuck@gmail.com>
    125f5ac6
tlsbootstrap.go 4.73 KB