Skip to content

Commit

Permalink
Merge pull request #1226 from skmatti/cp-fw-fix
Browse files Browse the repository at this point in the history
Cherrypick #1225[Bugfix http forwarding rule create workflow] into release-10
  • Loading branch information
k8s-ci-robot authored Aug 26, 2020
2 parents ba1d551 + f49eaf9 commit ff7d73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/loadbalancers/forwarding_rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func (l *L7) checkForwardingRule(protocol namer.NamerProtocol, name, proxyLink,
currentIP, _ := l.cloud.GetGlobalAddress(managedStaticIPName)
if currentIP != nil {
klog.V(3).Infof("Ingress managed static IP %s(%s) exists, using it to create forwarding rule %s", currentIPName, currentIP.Address, name)
ip = currentIP.Address
fr.IPAddress = currentIP.Address
}
}
}
Expand Down

0 comments on commit ff7d73d

Please sign in to comment.