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
@chunfungintel I have the same issue as you have. I setup a k8s cluster inside the internel ethernet. And I set a public Internet IP as the advertiseAddress which could be accessed both from the internal cloud nodes and some edge nodes on the Internet, but the p2p communications seems not work. I run the code on the advertiseAddress node to set iptables as you did, but the issue remains. Is there any other possible root cause for this?
What happened:
Edge node's pod unable to access outside
What you expected to happen:
Edge node's pod able to access outside
How to reproduce it (as minimally and precisely as possible):
Cloud:
EdgeMesh:
Edge node join:
Please refer here for edgecore configuration
edgecore.txt
I tested with test case here: https://edgemesh.netlify.app/guide/test-case.html
And it is working correctly
However, if I doing doing outwards access from edge node's pod, I can't. Any idea why?
Anything else we need to know?:
Environment:
EdgeMesh version: latest
Kubernetes version (use
kubectl version
): 1.23.17KubeEdge version(e.g.
cloudcore --version
andedgecore --version
): 1.15Cloud nodes Environment:
lscpu
):cat /etc/os-release
): Ubuntu 22.04.2 LTSuname -a
): 6.1go version
):Edge nodes Environment:
edgecore --version
):lscpu
):cat /etc/os-release
): Ubuntu 22.04.2 LTSuname -a
): 6.1go version
):The text was updated successfully, but these errors were encountered: