Open arthurzenika opened 7 months ago
Some colleagues have worked on a work around which seems to enable switching to fastdp (with some downtime) :
apt install openvswitch-switch openvswitch-common
ip link delete vethwe-pcap
ip link delete weave
reboot
What you expected to happen?
At some point in the history of our kubernetes cluster the
WEAVE_NO_FASTDP
was set totrue
andsleeve
is being used by default since. We'd like to switch back to default (fastdatapath and fallback to sleeve on certain conditions).What happened?
with a debug pod I tried to do the
weave reset
but it fails :How to reproduce it?
WEAVE_NO_FASTDP
=true
weavenet status connections
thatsleeve
is useddaemonset
and remove theWEAVE_NO_FASTDP
variableCrashLoopBack
Anything else we need to know?
Versions:
Logs:
or, if using Kubernetes:
Network:
Thanks in advance if anyone is reading this but I fully understand that weavenet is no longer maintained. But I wanted to at least document this problem in case it can help others facing something similar.