I'm trying to make an RKE2 guest cluster running o...
# harvester
a
I'm trying to make an RKE2 guest cluster running on Harvester 1.5.0 (w/ Rancher 2.11.1) make use of Harvester LoadBalancer's through the Rancher Cloud Controller. Any service of type LoadBalancer fails to get an IP address however; I see LoadBalancer's being made very briefly in the Harvester interface (see screenshot) It seems to make no difference with what options I select for the IPPool's Selector...
Never mind, I found https://github.com/harvester/harvester/issues/7062 which made me realise I should just edit the yaml to get a matching scope...
r
that’s correct. when you want to provide ippools to the LB-type services in the downstream cluster, you’ll want to create the ippools with the correct scope via the rancher dashboard, not directly on the harvester dashboard.
if would like to create the ippools via kubectl, there is no such limitation.