Change DOCKER for ROCKER in Kubernetes

Hello, a question, I would like to know how to change my KUBERNETES CLUSTER, so that I no longer use the ** DOCKER ** Container Compiler, but try using ** ROCKET ** for example.

Thank you.

hi @maktup,
Switching from Docker to containerd for Kubernetes
The containerd CRI plugin is enabled by default and you can use containerd for Kubernetes while still allowing Docker to function.

If you run kubelet in a Docker container, make sure it has access to the following directories on the host file system:
/run/docker/libcontainerd/
/var/lib/containerd/
And that it has access to the following binaries on the host file system and that they are included in PATH:
/run/torcx/unpack/docker/bin/containerd-shim-runc-v1
/run/torcx/unpack/docker/bin/containerd-shim-runc-v2
Finally, tell kubelet to use containerd by adding to it the following flags:

–container-runtime=remote
–container-runtime-endpoint=unix:///run/containerd/containerd.sock