We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0cc32 commit 7f21106Copy full SHA for 7f21106
1 file changed
cloud/linode/loadbalancers.go
@@ -727,6 +727,7 @@ func (l *loadbalancers) getNodeBalancerByIP(ctx context.Context, service *v1.Ser
727
return nil, lbNotFoundError{serviceNn: getServiceNn(service)}
728
}
729
730
+ // filter by subnet ID if specified for frontend vpc ip
731
frontendSubnetID := service.GetAnnotations()[annotations.NodeBalancerFrontendSubnetID]
732
if frontendSubnetID != "" {
733
for _, NB := range lbs {
0 commit comments