CNI is available on kubeedge, but you need to make some changes to kube-flannel daemonset
First, you need to ensure that kube-flannel can be scheduled to the edge worker node, you should need to modify some affinity related configuration
Second, when the Pod is running on Node, kubelet will add a set of environment variables for each active Service, but now kubeedge does not support it, so you need to modify the kube-flannel daemonset configuration, add KUBERNETES_SERVICE_HOST, KUBERNETES_SERVICE_PORT environment variables, and confirm You can access the apiserver through this address
在 2020年5月17日星期日 UTC+8上午5:10:29,R Arjun写道: