Merge pull request #21279 from Clarifai/master

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot 2016-02-16 08:55:04 -08:00
commit dff76f0a81

View File

@ -646,7 +646,7 @@ func (s *GenericAPIServer) Run(options *ServerRunOptions) {
if err := util.GenerateSelfSignedCert(s.ClusterIP.String(), options.TLSCertFile, options.TLSPrivateKeyFile, alternateIPs, alternateDNS); err != nil {
glog.Errorf("Unable to generate self signed cert: %v", err)
} else {
glog.Infof("Using self-signed cert (%options, %options)", options.TLSCertFile, options.TLSPrivateKeyFile)
glog.Infof("Using self-signed cert (%v, %v)", options.TLSCertFile, options.TLSPrivateKeyFile)
}
}