When the number of VMs are higher than the default.page.size global setting in CloudStack (defaults to 500), the load balancer doesn't get created and it fails with this error in the logs:
E0713 01:20:25.311237 1 controller.go:310] error processing service default/test-svc (will retry): failed to ensure load balancer: none of the hosts matched the list of VMs retrieved from CS API
As a work around, increasing default.page.size works for now.
When the number of VMs are higher than the
default.page.sizeglobal setting in CloudStack (defaults to 500), the load balancer doesn't get created and it fails with this error in the logs:As a work around, increasing
default.page.sizeworks for now.