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?