This message was deleted.
# harvester
a
This message was deleted.
r
If you’re talking about leveraging the IP pool created in Harvester for LB-type services in the guest cluster, this might help: https://docs.harvesterhci.io/v1.3/rancher/cloud-provider#load-balancer-support
c
Harvester's built-in load balancer offers both DHCP and Pool modes, and you can configure it by adding the annotation
<http://cloudprovider.harvesterhci.io/ipam|cloudprovider.harvesterhci.io/ipam>: $mode
to its corresponding service. Starting from Harvester cloud provider >= v0.2.0, it also introduces a unique Share IP mode. A service shares its load balancer IP with other services in this mode. So this means I need to put that annotation on the service for the application I am deploying, correct?
r
yes, that’s right. also to make sure the service objects are of the
LoadBalancer
type.