kubeedge+edgemesh部署后无法通信
Following are the k8s+kubeedge+edgemesh clusters:
kubectl get nodes:
where 192.168.100.153 is the edge node RK3588. all other nodes are x86 servers.
kubectl get all -n kubeedge -o wide:
kubectl logs pod/cloudcore-6d97c96f7c-hcbfk -n kubeedge:
kubectl logs pod/edgemesh-agent-4bv6g -n kubeedge:
On edge node 'edgenode-3588-3':
kubectl logs pod/edgemesh-agent-vs5x8 -n kubeedge:
edge-agent-cfg:
kubectl -n kubeedge edit configmap edgemesh-agent-cfg:
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!
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.
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 .