Restrict number of targets per LB to the operator node group's nodes
RobertLucian opened this issue · 0 comments
RobertLucian commented
Description
Find a way to restrict the number of discovered targets per LB irrespective of the number of nodes that are being added when cortex cluster
ing up. We don't need up to 500 / 2 = 250 node targets. We only require the operator targets.
Possible solutions
- Either find an AWS mechanism that allows us to restrict this to a desired list of targets.
- Or maybe configuring NLB IP mode via the aws-load-balancer-controller. This may also require setting
externalTrafficPolicy
toLocal
, but not sure.