-
Notifications
You must be signed in to change notification settings - Fork 133
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
“err: routing: not found” #559
Comments
And I check the IP-table on work nodes and edge node. Edgemesh is front of kube-proxy Chain INPUT (policy ACCEPT 5 packets, 376 bytes) Chain OUTPUT (policy ACCEPT 42 packets, 2796 bytes) Chain POSTROUTING (policy ACCEPT 42 packets, 2796 bytes) Chain CNI-004429f12cb01b286a8f3d41 (1 references) Chain CNI-a2e0f4856e5dfb4dce930b3e (1 references) Chain KUBE-KUBELET-CANARY (0 references) Chain KUBE-MARK-DROP (0 references) Chain KUBE-MARK-MASQ (0 references) Chain KUBE-NODEPORT-CONTAINER (1 references) Chain KUBE-NODEPORT-HOST (1 references) Chain KUBE-PORTALS-CONTAINER (1 references) Chain KUBE-PORTALS-HOST (1 references) Chain KUBE-POSTROUTING (1 references) |
What happened:
I'm trying to run edgemesh on a cluster. I have one master node and two workers, and one edge-node.
I followed the installation guide: https://edgemesh.netlify.app/zh/guide, enabled the edge Kube-API endpoint service for KubeEdge, and then manually downloaded and successfully applied it.
But when I conducted the test, I still couldn't access the services on the edge node. Upon checking the edge-mesh logs on the cloud node, I found the following:
The text was updated successfully, but these errors were encountered: