You need CRI support enabled to use containerd with Kubernetes. Make sure that cri is not included in thedisabled_plugins list within /etc/containerd/config.toml;
Restart containerd:
Step 4: Install Kubernetes Tools
Install necessary tools and set up the Kubernetes repository:
List available versions of kubeadm:
Install kubeadm, kubelet, and kubectl (replace 1.28.0 with your desired version):
After completing this process, you now have your worker cluster installed.
Connecting cluster worker with cluster control-plane:
Access your control pane cluster and create the token to connect your worker cluster.
A token will be generated see below for an example
Now just copy the generated token into your cluster worker and the connection will be established. Once this is done, when consulting your node you will see the connection successfully.