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 Jun 20, 2024. It is now read-only.
At some point in the history of our kubernetes cluster the WEAVE_NO_FASTDP was set to true and sleeve is being used by default since. We'd like to switch back to default (fastdatapath and fallback to sleeve on certain conditions).
What happened?
│ INFO: 2024/04/26 08:46:52.444799 weave 2.8.1 │
│ FATA: 2024/04/26 08:46:52.816690 Existing bridge type "bridge" is different than requested "bridged_fastdp". Please do 'weave reset' and try again
with a debug pod I tried to do the weave reset but it fails :
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: