We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e933c3d commit 15951e8Copy full SHA for 15951e8
worker.go
@@ -454,7 +454,7 @@ func matchIngressesToLoadBalancers(
454
}
455
456
// Ignore NLBs with a wrong set of subnets
457
- if lb.loadBalancerType == aws.LoadBalancerTypeNetwork {
+ if lb.loadBalancerType == aws.LoadBalancerTypeNetwork && lb.stack != nil {
458
subnets := subnetsByScheme(lb.scheme)
459
sort.Strings(subnets)
460
sort.Strings(lb.stack.Subnets)
0 commit comments