Deployed Traefik with the latest Helm chart to a raspberry pi runing k3 cluster using self signed certificates and cert-manager as a certificate store
No errors in logs all seems well
Following configurations:
- Create CA cert, download the cert to windows machine add to trusted root
- Add traefik.cluster.lab to Hosts file on windows machine to point to the k3 master node
- Added DHCP reservation for K3Master on router
From browser I get
DNS_PROBE_FINISHED_BAD_CONFIG
From postman get to https://traefik.cluster.lab I get
Error: getaddrinfo ENOTFOUND traefik.cluster.lab
Any guidance would really appreciate it not sure why hosts file is being ignored I have no proxies setup as far as I know