We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f24b6 commit 0fd0c38Copy full SHA for 0fd0c38
1 file changed
internal/hcops/load_balancer.go
@@ -950,6 +950,7 @@ func (l *LoadBalancerOps) ReconcileHCLBServices(
950
warnMsg,
951
)
952
klog.Warning(warnMsg)
953
+ continue
954
}
955
956
b := &hclbServiceOptsBuilder{
0 commit comments