Skip to content

Commit

Permalink
Remove noisy warning message while apiserver is booting up
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed Nov 15, 2019
1 parent 1c46502 commit c8c6260
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 c8c6260

Please sign in to comment.