In the official Kubernetes documentation for installing kubeadm found here, it states that "If both Docker and containerd are detected, Docker takes precedence" and if on my Ubuntu 20.04 host I have installed docker-ce docker-ce-cli containerd.io
as suggested by the docker install documentation, does K8s talk directly to the containerd component or does it still use the (soon to be deprecated from in tree K8s) dockershim layer?
And if it is the latter, how do I get K8s to talk to containerd directly whilst having the docker cli toolset still available on the host?