is there somewhere within harvester that I should ...
# harvester
g
is there somewhere within harvester that I should be configuring the fqdn I'm using to access it? the console fails to connect through my reverse proxy, and I can't upload any images from a URL because it gets mad about my SSL cert not matching the one from the site where I'm getting the iso. I wouldn't be surprised if rancher-vcluster was breaking for the same reason
I found the issue - coredns was set to use my domain name as a search domain and it ended up resolving every dns query to my homelab's external IP
I pointed coredns to my router (which handles my network dns) instead of resolv.conf on the nodes, and redeployed the pods, and everything works now