This message was deleted.
# k3s
a
This message was deleted.
l
That upgrade for me caused k3s to restart in a loop due to https://github.com/k3s-io/k3s/issues/10419 . Had to roll back to v1.29.5
But that seemingly only rears its head with ipv6
e
Thank you for your response. For us, a rollback to v1.29.5 also solved the problem, even though we are not using any special IPv6 settings. A rollback using
curl -sfL <https://get.k3s.io> | K3S_TOKEN="..." INSTALL_K3S_VERSION="v1.29.5+k3s1" sh -s - server --server <https://10.1.0.50:6443> --bind-address 10.1.0.50 --flannel-iface enp1s0 --disable traefik
immediately resolved the issue.
l
You might consider logging a bug, then
(when I say "consider" I mean "please do that" 😛 )
Just upgraded to v1.29.6+k3s2 which solved my networking issues, but now I'm hitting THIS issue. Any chance you logged a bug?
@creamy-pencil-82913 any idea what this might be?
I went ahead and logged https://github.com/k3s-io/k3s/issues/10474, please add any details you have @eager-exabyte-12639
Sounds like this is https://github.com/k3s-io/k3s/issues/10444. Looks like you're also using
--bind-address