LeePOP

Results 2 issues of 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**: ![image](https://github.com/kubeedge/kubeedge/assets/58911856/e56a388b-2b8f-459c-a0f5-42cdd65a4cfb) 错误如上图所示,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子节点也正常。 ![image](https://github.com/kubeedge/kubeedge/assets/58911856/b58ae5b3-91cb-4c05-a763-faa217f26241) ![image](https://github.com/kubeedge/kubeedge/assets/58911856/bbe829f9-b230-45a1-9941-398a1a4e72bc) > **通过kubectl logs...

kind/question