Skip to content
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

kubeedge+edgemesh部署后无法通信 #535

Open
victorming666 opened this issue Jan 17, 2024 · 2 comments
Open

kubeedge+edgemesh部署后无法通信 #535

victorming666 opened this issue Jan 17, 2024 · 2 comments

Comments

@victorming666
Copy link

Following are the k8s+kubeedge+edgemesh clusters:
kubectl get nodes:
image
where 192.168.100.153 is the edge node RK3588. all other nodes are x86 servers.

kubectl get all -n kubeedge -o wide:
image

kubectl logs pod/cloudcore-6d97c96f7c-hcbfk -n kubeedge:
image

kubectl logs pod/edgemesh-agent-4bv6g -n kubeedge:
image

On edge node 'edgenode-3588-3':
kubectl logs pod/edgemesh-agent-vs5x8 -n kubeedge:
image

edge-agent-cfg:
kubectl -n kubeedge edit configmap edgemesh-agent-cfg:
image

It's odd the cloudcore and edgecore pod run smoothly on both x86 servers and edge nodes. But the communication between cloudcore and edgecore seems being broken. Any advices? Tks!

@Poorunga
Copy link
Member

Poorunga commented Jan 17, 2024

The IP address of the relay node must be a real accessible IP address, that is to say, the IP filled in relayNodes: must be the real IP of your relay node. 1.1.1.1, 2.2.2.2 are just examples, there is no use in filling them in.

@victorming666
Copy link
Author

Ah! Why not use a quotation like "<ip_address>" to show this. It takes me almost half a day to solve this issue. Anyway, thank you @Poorunga .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants