adamant-kite-43734
10/03/2022, 3:28 PMbland-account-99790
10/03/2022, 4:27 PMndots:5
is a Kubernetes default parameter, i.e. it is not set by k3s. You can change it though https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-dns-configbland-account-99790
10/03/2022, 4:28 PMndots:5
bland-account-99790
10/03/2022, 4:30 PM<http://github.com|github.com>.
you are telling your OS that the string is already a FQDN and thus it does not need to add any search domainbland-account-99790
10/03/2022, 4:31 PM<http://github.com|github.com>.$OneOfYourSearchDomains[[home search domains redacted]
returns an IP from a server which does not reply to pingsbland-account-99790
10/03/2022, 4:31 PMkind-nightfall-56861
10/03/2022, 7:44 PMbright-jordan-61721
10/04/2022, 3:15 AMbash-5.1# nslookup <http://github.com|github.com>
Server: 10.43.0.10
Address: 10.43.0.10#53
*** Can't find <http://github.com.private.home.jtcressy.net|github.com.private.home.jtcressy.net>: No answer
but this makes no sense, except that there are exactly 5 dots in that FQDN it stopped with.
and this is the first search domain after cluster.localbright-jordan-61721
10/04/2022, 3:27 AM<http://github.com.private.home.jtcressy.net|github.com.private.home.jtcressy.net>
instead of NXDOMAIN
since when I dig <http://github.com|github.com>.svc.cluster.local
it will give me NXDOMAIN, and this must be the response needed for the resolver to query the next search domainbright-jordan-61721
10/04/2022, 3:32 AM*.<http://home.jtcressy.net|home.jtcressy.net> in CAA
As soon as I deleted them I get NXDOMAIN instead of NOERROR
I hate DNS!bright-jordan-61721
10/04/2022, 3:32 AMbright-jordan-61721
10/04/2022, 3:32 AMbright-jordan-61721
10/04/2022, 3:32 AMkind-nightfall-56861
10/04/2022, 7:25 AMbland-account-99790
10/04/2022, 12:27 PM