Hi all, I have been trying to configure the ranch...
# harvester
r
Hi all, I have been trying to configure the rancher manager add-on in my new harvester installation and cannot reach the UI. I have tried setting the hostname to
rancher.local
or
rancher.harvester.local
with my cluster VIP having a DNS record of
harvester.local
, but none of these have worked. I am redirected to the harvester UI anytime I try to reach the rancher UI. Any suggestions on what I can do to fix this?
I found the issue, a CrashLoopBackOff. It looks like the deployment is trying to use an invalid IP Range. The first line yields the following:
setup/initialize.go:87  failed to detect service CIDR, will fallback to 10.96.0.0/12, however this is probably wrong, please make sure the host cluster service cidr and virtual cluster service cidr match. Error details: failed to find IPv4 service CIDR: couldn't find host cluster Service CIDR ("Service "test-service-j9lrf" is invalid: spec.clusterIPs: Invalid value: []string{"4.4.4.4"}: failed to allocate IP 4.4.4.4: the provided network does not match the current range") ; or IPv6 service CIDR: couldn't find host cluster Service CIDR ("Service "test-service-p6drm" is invalid: spec.clusterIPs[0]: Invalid value: []string{"2001:DB8::1"}: IPv6 is not configured on this cluster")        {"component": "vcluster"}
and the error being:
2025-10-11 09:23:42     INFO    vcluster/main.go:44     start controllers: sync kubernetes service: sync kubernetes service: Service "kubernetes" is invalid: spec.clusterIPs: Invalid value: []string{"10.53.145.35"}: failed to allocate IP 10.53.145.35: the provided IP (10.53.145.35) is not in the valid range. The range of valid IPs is 10.96.0.0/12        {"component": "vcluster"}
I have configured harvester with the default ranges. Any suggestions?
p
r
I did this morning... thank you very much for the send I will check it out!
✅ 1