All of lore.kernel.org
 help / color / mirror / Atom feed
* Networking issue with l3s when using systemd
@ 2021-06-14 10:27 Matt Spencer
  2021-06-14 14:24 ` [meta-virtualization] " Bruce Ashfield
  0 siblings, 1 reply; 6+ messages in thread
From: Matt Spencer @ 2021-06-14 10:27 UTC (permalink / raw)
  To: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 665 bytes --]

Hi all

There seems to be a networking problem with k3s when using systemd.  The problem manifests in that none of the kube-system management containers are able to communicate with eachother.

The root cause seems to be that systemd-networking is actively managing veth interfaces created by k3s/flannel.  This happens because of '/lib/systemd/network/80-wired.network' added by the systemd recipe, which is matching on Type=ether.

My fix is to modify the 80-wired.network to add 'Name=eth*'.  With this in place, k3s works as expected.

I am not sure what the correct upstream solution should be for Yocto?  Your help would be appreciated.

/Matt

[-- Attachment #2: Type: text/html, Size: 721 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-06-15  2:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-14 10:27 Networking issue with l3s when using systemd Matt Spencer
2021-06-14 14:24 ` [meta-virtualization] " Bruce Ashfield
2021-06-14 14:59   ` Matt Spencer
2021-06-14 17:59     ` Bruce Ashfield
2021-06-14 20:33       ` Richard Purdie
2021-06-15  2:45         ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.