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 a32d797 commit f6a593fCopy full SHA for f6a593f
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