When I do Kubeadm Join I get found multiple CRI endpoints on the host

Hello,
I am attempting to implement a kubernetes cluster using 3 pc with almalinux 9.5.
I was following a guide online and managed to get the master node Ready.
If I try to add the worker nodes giving:
kubeadm join ip-of-master-node:6443 --token unintelligible-token --discovery-token-ca-cert-hash sha256:unintelligible-gibberish
I get:

found multiple CRI endpoints on the host. Please define which one do you wish to use by setting the 'criSocket' field in the kubeadm configuration file: unix:///var/run/containerd/containerd.sock, unix:///var/run/cri-dockerd.sock
To see the stack trace of this error execute with --v=5 or higher

Could you point me to some documentation about this error?

The guide is this one Kubernetes on AlmaLinux: Installation and Deployment
maybe the error is due to the fact that it’s outdated.
I can’t find a way to get rid of the message.
sudo kubeadm join --token 89o3av.k0adbxgiyhomez5h 10.17.61.133:6443 --discovery-token-ca-cert-hash sha256:146a38b2fc85239474e4b164eec50cd791eccf38be983574af9b68f367783da2
found multiple CRI endpoints on the host. Please define which one do you wish to use by setting the ‘criSocket’ field in the kubeadm configuration file: unix:///var/run/containerd/containerd.sock, unix:///var/run/cri-dockerd.sock
To see the stack trace of this error execute with --v=5 or higher