Hi there, I'm running RKE2 guest clusters on Harvester v1.5.0 and using the Harvester CPI. I would like to create a service of type LoadBalancer and tell Harvester to place the load balancer/external IP on a different network from the one used by the nodes (the different network being on the internet). Adding an annotation like "
loadbalancer.harvesterhci.io/network: namespace/external-network" does not work, it is overridden with the original nodes network. Is this scenario even possible? The goal is not to expose the whole nodes on the internet, but just specific services, like an ingress controller.