TE-7000026184

Results 44 comments of TE-7000026184

> @Windrow14 This PR need to be cherry-picked to release-1.16, and other previous releases if needed. 😄 https://github.com/kubeedge/kubeedge/pull/5479 @Shelley-BaoYue

> Set --runtimetype=remote and --remote-runtime-endpoint=unix:///var/run/cri-dockerd.sock when using keadm join. Do I need to add anything for cloud side when `keadm init`? ``` windrow@k8s-node:~$ sudo keadm init --advertise-address="192.168.0.120" --profile version=v1.14.2 --kube-config=/home/windrow/.kube/config...

> `kubectl get all -nkubeedge` to see why cloudcore failed to start. Oh I see, `node-role.kubernetes.io/control-plane` taint problem, used to be `node-role.kubernetes.io/master`, didn't it, never mind.

@Shelley-BaoYue I've encountered a problem when `keadm join`. As we all know, during joining process, `keadm` would pull `docker.io/kubeedge/installation-package` and create a container of it to get binary of `edgecore`....

@fujitatomoya The point is, we don't really want to run any process inside `docker.io/kubeedge/installation-package`. It seems to be just for downloading binaries. So we can run the image in a...

By using `/etc/cni/net.d/10-containerd-net.conflist` provided in https://kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/troubleshooting-cni-plugin-related-errors/#an-example-containerd-configuration-file, seems we don't need cri-dockerd at all, do we? Though, `containerd` still need `cni` installed first.

Let me elaborate our team's investigation on using `cilium` with `KubeEdge` so far. Here is our process of setting up the cluster (`cloudcore` and `edgecore` in use are including some...

> 10\. Edit `/etc/kubeedge/config/edgecore.yaml` to enable `servicebus` and `metamanager`. In this step, `networkPluginName: cni` should also be added into the file, under `edged`.

> `networkPluginName: cni` does not take effect in v1.12.1. v1.12.2 fixed it, you can try it. I'm based on the head of `origin/release-1.12`: `commit 3de324ec27e748a70a01e8520aec559516a5854b (HEAD -> release-1.12, tag: v1.12.2,...

@Shelley-BaoYue Thanks for your advice! By the way, is there a way to prevent `keadm` from pulling and copying new `edgecore` to `/usr/local/bin` when `keadm join`?