-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] 使用 raven 云边 pod 无法通信 #1773
Comments
It seems that the private ip address of debian11 in gw-hangzhou.status.nodes is a public address |
@River-sh Yes, the debian11 edge node only has public IP. Is there a way to solve it? |
When set
vpn log:
|
The edge node is actively initiating a link, but fails to do so. You can use tcpdump tu capture the packet and check whether there are authenticated packets,tcpdump -i any udp port 4500 |
You can set the underNAT of the edge gateway endpoints to be false because it has a public IP address |
@River-sh Unfortunately setting it to false doesn't work either. I'm not sure what this value should be set to, because at first I set it to false but then in the DingTalk group 珩轩 told me that the edge node should be set to true. But neither seems to work. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
What happened:
按照官方文档在已存在的 k8s 集群上接入了一台边缘节点,部署了 openyurt 和 raven 后,云边 pod 无法使用 ip 通信
集群节点信息:
kubectl get no -owide 输出(省略云端master和其它worker节点):
What you expected to happen:
云边pod、service可以像在一个k8s集群内一样通信
Anything else we need to know?:
Calico v3.23.1
,下面是 calico-node.yamlraven 配置:
Environment:
kubectl version
): 1.23.13cat /etc/os-release
): 云边都是 Debian 11uname -a
): 云端Linux fuxi-dl-41 5.10.0-20-amd64 #1 SMP Debian 5.10.158-2 (2022-12-13) x86_64 GNU/Linux
,边端Linux debian11 5.10.0-26-amd64 #1 SMP Debian 5.10.197-1 (2023-09-29) x86_64 GNU/Linux
others
/kind bug
The text was updated successfully, but these errors were encountered: