Shemol
Shemol
> The cni plugin has been decoupled from the edgecore installation process, you can try the latest v1.15.2.cni 插件已与 edgecore Thank you very much.I'll try.
>  Thank you a lot!
>  I follow the instruction to start quic server only and the edgecore is successfully deployed.But I think the edge side can't communicate with the cloud side because I...
Problem solved. I set the wrong iptable rules. Before ``` sudo iptables -I DOCKER-USER 1 ! -i docker0 -o docker0 -p tcp -j ACCEPT -d $(minikube ip) --dport 10001 sudo...
Do you use minikube to start a cluster?
Same problem here.   My problem is kube-proxy-hqjt4 and weave-net-l6z4g cni plugin are both assigned to edge side. At edge side, ``` Mar 04 22:24:56 myarch edgecore[985246]: E0304 22:24:56.340679...
> > Same problem here. > > My problem is kube-proxy-hqjt4 and weave-net-l6z4g cni plugin are both assigned to edge side. > > At edge side, > > ``` >...
> 你遇到的问题。Kubeedge节点是不需要部署kube-proxy和cni的。 那请问云端和边缘端是如何通信的呢?
> > 和边缘端是如何通信的呢? > > However, when deploying edge nodes with keadm join, there is no need to install CNI plugins in advance. If the application runs on an edge...
> > I didn't install CNI plugin in advance at first.But I came across a bug `Network plugin returns error: cni plugin not initialized` which result in `Not Ready` state...