Hi Guys, can someone help me with this issue?

Roni Clair Konda:
Hi Guys, can someone help me with this issue?
Multiple CRI endpoints error message.png

Ly Quoc Bao:
Hey, you have multiple CRI.
Add:

--cri-socket=unix:///var/run/containerd/containerd.sock

Or:

--cri-socket=unix:///var/run/cri-dockerd.sock

Depend on what CRI you want to use.

Bob:
which will be containerd following our chat yesterday

Roni Clair Konda:
I want cri-dockerd

Roni Clair Konda:
Which command to run please? Thanks for your help

Ly Quoc Bao:

--cri-socket=unix:///var/run/cri-dockerd.sock

You can add it to your kubeadm command.

Ly Quoc Bao:
By the way, you just need to install 1 CRI so this problem will not appear.

Roni Clair Konda:
Thanks Sir

Roni Clair Konda:
Can I have the full syntax please?

Ly Quoc Bao:

kubeadm init --pod-network-cidr 10.244.0.0/16 --apiserver-advertise-address=192.168.56.2 --cri-socket=unix:///var/run/cri-dockerd.sock

Here you are, just copy your command and add more.

Roni Clair Konda:
Thanks so much bro

Roni Clair Konda:
Hi Ray, I try the command and it worked. I finished the cluster setup and everything worked perfectly. Thanks for your advice. Otherwise, I decided to exercise by redoing the configuration just with containerd. I am having this error message. Can I count on you again? Thank in advance.

Roni Clair Konda:
I found the solution here: https://github.com/containerd/containerd/issues/4581

Roni Clair Konda:
Thanks

Ly Quoc Bao:
Wow great, good for you bro.

Roni Clair Konda:
Thanks