Skip to content

Commit 78c91f6

Browse files
committed
feat(loadbalancers): add feature gate for pn selector label
Signed-off-by: Andreas Wachs <awa@corti.ai>
1 parent 8c67497 commit 78c91f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scaleway/loadbalancers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,7 @@ func (l *loadbalancers) updateLoadBalancer(ctx context.Context, loadbalancer *sc
632632
if err != nil {
633633
klog.V(3).Infof("could not determine project ID from nodes: %v, falling back to default", err)
634634
}
635+
}
635636

636637
configuredPNIDs, err := l.attachPrivateNetworks(loadbalancer, service, lbExternallyManaged, region, nodeProjectID)
637638
if err != nil {

0 commit comments

Comments
 (0)