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
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 text was updated successfully, but these errors were encountered:
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.
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 text was updated successfully, but these errors were encountered: