This message was deleted.
# general
a
This message was deleted.
b
I can login to the host and it will resolve the hostname of our rancher host.
I also see that the
rke2-coredns-rke2-coredns
is trying to reach out to 8.8.8.8 for DNS. How can I configure the cluster to look internally for DNS?
c
RKE2 will fall back to 8.8.8.8 if the dns server in the node’s resolv.conf points does not point at a valid upstream. For example, if you’re using systemd-resolved and resolv.conf points at 127.0.0.53 or something.
You should ensure that resolv.conf on your node points at a valid upstream, and then restart rke2.
If you search the RKE2 logs, there should be a warning about the fact that it is falling back to 8.8.8.8