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
hi, we're facing intermittent connection timeouts with Calico(3.28.2) when wireguard enabled. All work nodes have this issue when wireguard enabled. we're only use wireguard feature, we don't have network policy in place. we have set wireguardHostEncryptionEnabled: true
hi, we're facing intermittent connection timeouts with Calico(3.28.2) when wireguard enabled. All work nodes have this issue when wireguard enabled. we're only use wireguard feature, we don't have network policy in place. we have set wireguardHostEncryptionEnabled: true
did tcpdump on source work node when timeout:
Expected Behavior
no connection timeout when wireguard enabled
Current Behavior
random connection timeout when wireguard enabled
Possible Solution
disable wireguard with following command solved issue
calicoctl patch felixconfiguration default --type='merge' -p '{"spec":{"wireguardEnabled":false}}'
Steps to Reproduce (for bugs)
not sure how to reproduce it
Context
Your Environment
The text was updated successfully, but these errors were encountered: