Commit dff76f0a authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #21279 from Clarifai/master

Auto commit by PR queue bot
parents c91a79be b46321c1
...@@ -646,7 +646,7 @@ func (s *GenericAPIServer) Run(options *ServerRunOptions) { ...@@ -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 { 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) glog.Errorf("Unable to generate self signed cert: %v", err)
} else { } 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)
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment