LeePOP

Results 10 comments of LeePOP

> if you need to install calico at edge, cni plugin need to be installed also. How do I install it, and is there a detailed tutorial? There was a...

> > > if you need to install calico at edge, cni plugin need to be installed also. > > > > > > How do I install it, and...

> Based on your description, I would like to ask a question, has the edge node already joined the kubernetes cluster before deploying kubeedge? 没有加入,我执行下面的命令,重复加入了好几次也是同样的错误。edgecore.service服务restart也是如此。 ``` > systemctl stop edgecore...

> Do you use minikube to start a cluster? 不好意思,我是第一次安装k8s和kubeedge,按照教程摸索着部署到最后了,但是出现了自己无法解决的问题,正如上面所述。minikube没有用过。

> When you join the edge node, set `--cloudcore-ipport=192.168.15.129:10000` and try again. 我把IP修改后,报的错误有一点区别,如下: `Error: failed to get edge certificate from the cloudcore, error: Get "https://192.168.15.129:10002/edge.crt": tls: failed to verify certificate:...

> 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 a fixed...

@Shelley-BaoYue ``` keadm init --advertise-address=192.168.15.128,192.168.15.129 --kube-config=/root/.kube/config --kubeedge-version=1.16.0 keadm join --cloudcore-ipport=192.168.15.129:10000 --kubeedge-version=1.16.0 --token=aeccddf70f878fa6d6bb9c21faa040b6902d0f930d570fb7da6191b9d8e88018.eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDk4MTU1NzJ9.QeXsM6jcGFsgxz2zVveFpGEE5uU_AhHfsWja26cZUFk ``` 通过以上命令,显示成功部署了edge,但是由于我安装了calico插件,遇到了和这个问题一样的情况,https://github.com/kubeedge/kubeedge/issues/5062#issuecomment-1754166361 > enable dynamiccontroller in cloudcore config and enable metaserver in edgecore config 我也按照说明把dynamiccontroller 和 metaserver 设置了true,并且相应的重启了cloudcore和edgecore,但是错误还是存在。...

> 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 a fixed...

> > > 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...

> calico 我又放弃edgemesh了,没有解决掉问题。calico是因为k8s报错,所以才安装,然后我又装了cni插件,edgecode是ready状态了,但是另一个错误又出现了。貌似是端口无法访问造成的。错误在这里 https://github.com/kubeedge/kubeedge/issues/5458#issuecomment-1990731179