Hi,
I’ve installed my first RKE cluster on Ubuntu-20.04.3
I followed the quickstart guide, and configured 1 controller and 2 workers.
root@tk8sc1:~# /var/lib/rancher/rke2/bin/kubectl --kubeconfig /etc/rancher/rke2/rke2.yaml get nodes
NAME STATUS ROLES AGE VERSION
tk8sc1 Ready control-plane,etcd,master 2d13h v1.22.5+rke2r1
tk8sw1 Ready <none> 15h v1.22.5+rke2r1
tk9sw2 Ready <none> 15h v1.22.5+rke2r1
As you can see the worker roles have not been applied.
I read the troubleshooting page, which says to check whether the kubelet+kube-proxy containers are running, they are not and neither are the images defined, but the page doesn’t mention what to do next.
I’m not sure what I’ve missed or what I should do next, I’d appreciate any help for my next steps.
root@tk8sw1:~# docker ps -a -f=name='kubelet|kube-proxy'
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
root@tk8sw1:~#
Regards,
Neil