Zh
Zh
> > > > > > > > > > 你们安装EDgeMesh 是用helm 还是手动安装的? > > > > > > > > > > > > > > > > >...
 我的边缘节点加入后显示NotReady 这种是什么原因呢? Kubernetes 是1.27.0 KubeEdge 是 1.14.5
> >  我的边缘节点加入后显示NotReady 这种是什么原因呢? Kubernetes 是1.27.0 KubeEdge 是 1.14.5 > > You can find the reason through the EdgeCore log.   zheyangd这样的报错原因是什么原因呢?
> 看起来是因为你边端没有装cni-plugin,可以参考文档 https://kubeedge.io/zh/docs/faq/setup > > cni plugin not initialized的错误解决方案 后来安装cni后 ,又安装了EdgeMesh 但是会出现以下问题:  你知道这是什么问题么?
> > KubeEdge 默认不支持服务资源,可以使用 [EdgeMesh](https://github.com/kubeedge/edgemesh) 或 [flannel+kubeproxy](https://github.com/kubeedge/kubeedge/issues/2677) > > 具体是什么意思?我当前的节点状态已准备就绪。安装绒布插件后,部署官方示例nginx时会失败。现在我不使用法兰绒。官方示例nginx可以部署成功,但是在部署上面提到的e3edge时出现了问题。 你好 能问一个安装问题么? 
> > 你好 能问一个安装问题么? > > 系统中的 cni 插件配置存在问题 我用的是calico cni插件,主节点是可以的,边缘节点是NotReady, 边缘节点还需要再安装CNI插件么。 k8s版本1.28 KubeEdge版本 1.15.2  请问我该怎么修改呢?
> 不要将 Calico 调度到边缘节点,并在 /etc/cni/net.d/ 目录中定义自定义 cni 配置 还需要额外在边缘节点安装cni插件吗?
> > 还需要额外在边缘节点安装cni插件吗? > > Yes, you can configure a default cni if you do not consider using the service for cloud-edge communication. > > The cni plugin refer to:...
> > > 还需要额外在边缘节点安装cni插件吗? > > > > > > Yes, you can configure a default cni if you do not consider using the service for cloud-edge communication. > >...
> Do not schedule Calico to edge nodes, and define a custom cni configuration in the the directory /etc/cni/net.d/  安装edgemesh之后 进行测试用例 布置在边缘节点的容器无法运行怎么解决呢?