edgemesh icon indicating copy to clipboard operation
edgemesh copied to clipboard

kubeedge+edgemesh部署后无法通信

Open victorming666 opened this issue 1 year ago • 2 comments

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!

victorming666 avatar Jan 17 '24 06:01 victorming666

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.

Poorunga avatar Jan 17 '24 08:01 Poorunga

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 .

victorming666 avatar Jan 17 '24 08:01 victorming666