-
Notifications
You must be signed in to change notification settings - Fork 137
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
边缘端访问云端时,边缘端解析域名失败 #547
Comments
边缘端的edgemesh日志 |
根据issueKubeEdge issue 3445里的指导,临时规避方式如下: |
怎么解决啊 |
telnet tcp-echo-cloud-svc.cloudzone 2701 改成 telnet tcp-echo-cloud-svc.cloudzone.svc.cluster.local 2701 就可以了 |
我和你遇见的问题一样 |
我试了 也是不行 |
|
这个方法我还是连接不了 |
同样的问题,求助 |
What happened:
运行测试用例 examples/cloudzone.yaml 和 examples/edgezone.yaml 测试跨云边通信,由云访问边没有问题,边访问云出现 telnet hand住的情况
What you expected to happen:
边端能够访问云端
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
已经参考https://zhuanlan.zhihu.com/p/585749690 问题5自查过了,还是出现无法解析的问题
在边缘端宿主机测试结果
在边缘端 pod测试结果
Environment:
EdgeMesh version: 1.15
Kubernetes version (use
kubectl version
): 1.26.9KubeEdge version(e.g.
cloudcore --version
andedgecore --version
): 1.15.2Containerd:1.6.28
Cloud nodes Environment:
lscpu
):cat /etc/os-release
): Ubuntu 20.04.6 LTSuname -a
):go version
):Edge nodes Environment:
edgecore --version
):lscpu
):cat /etc/os-release
): Ubuntu 20.04.6 LTSuname -a
):go version
):The text was updated successfully, but these errors were encountered: