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)
1. 2. 3. 4. not sure how to reproduce it
Context
Your Environment