LeePOP
LeePOP
> > > keadm init --advertise-address=192.168.15.128,192.168.15.129 (advertise-address is used to set IPs in cloudcore's cert ) If you can set the node affinity to ensure that cloudcore is scheduled to...
**What happened and what you expected to happen**:  错误如上图所示,cloudcore在k8s的master节点进行安装,但是服务跑在子节点192.168.15.129上。 子节点etc的文件夹下没有kubeedge的文件夹,没有发现任何配置文件。主节点也没有。 这个ca证书是从哪里来,我是少操作一步吗? > k8s是在两台虚拟机上部署的主节点和子节点。master为192.168.15.128,slave为192.168.15.129 > keadm init的云端节点是在IP为192.168.15.128的虚拟机上部署的。 > keadm join的边缘节点是在IP为192.168.15.130的虚拟机上部署的。 > **### 所有的安装过程均在root用户下操作。** k8s服务和cloudcore 的运行状态正常,k8s子节点也正常。   > **通过kubectl logs...