We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a21901 + 62fcc40 commit db96c9dCopy full SHA for db96c9d
controllers/gce/loadbalancers/loadbalancers.go
@@ -600,8 +600,9 @@ func (l *L7) edgeHop() error {
600
return err
601
}
602
603
- // Defer promoting an emphemral to a static IP till it's really needed.
+ // Defer promoting an ephemeral to a static IP until it's really needed.
604
if l.runtimeInfo.AllowHTTP && (l.runtimeInfo.TLS != nil || l.runtimeInfo.TLSName != "") {
605
+ glog.V(3).Infof("checking static ip for %v", l.Name)
606
if err := l.checkStaticIP(); err != nil {
607
608
0 commit comments