Skip to content

Commit

Permalink
Merge pull request #5918 from tstromberg/quiet-kubeadm
Browse files Browse the repository at this point in the history
Remove noisy warning message while apiserver is booting up
  • Loading branch information
tstromberg authored Nov 15, 2019
2 parents 1c46502 + c8c6260 commit 6faa8fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/minikube/bootstrapper/kubeadm/kubeadm.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ func (k *Bootstrapper) GetAPIServerStatus(ip net.IP, apiserverPort int) (string,
resp, err := client.Get(url)
// Connection refused, usually.
if err != nil {
glog.Warningf("%s response: %v %+v", url, err, resp)
return state.Stopped.String(), nil
}
if resp.StatusCode != http.StatusOK {
Expand Down

0 comments on commit 6faa8fc

Please sign in to comment.