You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.
Somewhere there is a hardcoded 8.8.8.8 (because this is not my machines DNS).
I am seeing an A-record lookup for kube-spawn-...worker (no domain).
This goes to 8.8.8.8.
This is then forwarded to a.root-servers.net, which responds NXDOMAIN
this is repeated for AAAA
to avoid this I think the master should maybe have /etc/hosts filled in w/ the workers name + IP.
$ machinectl list
MACHINE CLASS SERVICE OS VERSION ADDRESSES
kube-spawn-flannel-master-wm9g3x container systemd-nspawn flatcar 1828.0.0 10.22.0.149...
kube-spawn-flannel-worker-matpk7 container systemd-nspawn flatcar 1828.0.0 10.22.0.148...
kube-spawn-flannel-worker-o5xape container systemd-nspawn flatcar 1828.0.0 10.22.0.146...
kube-spawn-flannel-worker-zdt5mu container systemd-nspawn flatcar 1828.0.0 10.22.0.147...
4 machines listed.
$ sudo machinectl shell kube-spawn-flannel-master-wm9g3x
Connected to machine kube-spawn-flannel-master-wm9g3x. Press ^] three times within 1s to exit session.
Update Strategy: No Reboots
Failed Units: 1
systemd-networkd-wait-online.service
kube-spawn-flannel-master-wm9g3x ~ # host kube-spawn-flannel-worker-matpk7
Host kube-spawn-flannel-worker-matpk7 not found: 3(NXDOMAIN)
kube-spawn-flannel-master-wm9g3x ~ # logout
Connection to machine kube-spawn-flannel-master-wm9g3x terminated.
shows the problem.
perhaps the --resolv-conf= switch to systemd-nspawn
The text was updated successfully, but these errors were encountered:
the issue is the node-names we create. they need to be locally resolvable. Since we made them, its insufficient to allow local dns server.
otherwise we are hammering the root name servers (a.root-servers.net etc) w/ unresolvable.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Somewhere there is a hardcoded 8.8.8.8 (because this is not my machines DNS).
I am seeing an A-record lookup for kube-spawn-...worker (no domain).
This goes to 8.8.8.8.
This is then forwarded to a.root-servers.net, which responds NXDOMAIN
this is repeated for AAAA
to avoid this I think the master should maybe have /etc/hosts filled in w/ the workers name + IP.
shows the problem.
perhaps the --resolv-conf= switch to systemd-nspawn
The text was updated successfully, but these errors were encountered: