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
> There are many open issues about this across multiple repos, but you can follow the thread from here: [#1266 (comment)](https://github.com/rancher/k3s/issues/1266#issuecomment-640415989)
#1963
Closed
Bowser1704 opened this issue
Jun 27, 2020
· 0 comments
There are many open issues about this across multiple repos, but you can follow the thread from here: rancher/k3s#1266 (comment)
tl;dr vxlan is broken at the moment due to a kernel bug; you can either switch to host-gw or work around it by running an ethtool command (that needs to be re-run every time hosts are rebooted) on every node.
thanks.
I changed the flannel backend from vxlan to host-gw, but it doesn't seem to work.
method to change flannel backend.
vim /etc/systemd/system/k3s.service
what I modified.
ExecStart=/usr/local/bin/k3s server --flannel-backend host-gw
thanks.
I changed the flannel backend from vxlan to host-gw, but it doesn't seem to work.
But it still doesn't work.
Do you have any suggestions?
thanks.
Originally posted by @Bowser1704 in #1958 (comment)
The text was updated successfully, but these errors were encountered: