Add some logging to cert generation.

pull/287/head
Dan Lorenc 2016-07-07 07:21:51 -07:00
parent 364e72e6c5
commit 22dccc781d
1 changed files with 1 additions and 0 deletions

View File

@ -241,6 +241,7 @@ func SetupCerts(d drivers.Driver) error {
if err != nil { if err != nil {
return err return err
} }
glog.Infoln("Setting up certificates for IP: %s", ipStr)
ip := net.ParseIP(ipStr) ip := net.ParseIP(ipStr)
publicPath := filepath.Join(localPath, "apiserver.crt") publicPath := filepath.Join(localPath, "apiserver.crt")