cloud-native-stack icon indicating copy to clipboard operation
cloud-native-stack copied to clipboard

Added support for specifying multiple loadbalancer IPs

Open singh-kalpana opened this issue 4 months ago • 0 comments

What this PR does / why we need it?

Currently, we can only specify a single load balancer IP. In some cases, users may need to define multiple load balancer IPs, this PR updates the configuration to support that

Changes

  • Changed the loadbalancer_ip variable type from string to a list, so users can now provide multiple IPs instead of just one
  • Added ipaddresspool.yaml and l2advertisement.yaml manifests to allow users to modify them for custom configurations if needed (https://metallb.universe.tf/configuration/_advanced_ipaddresspool_configuration/)

singh-kalpana avatar Sep 28 '25 21:09 singh-kalpana