There is a working k8s cluster with two nodes(master and worker) in it, and with CRI-O as a container runtime. I need(temporary) to switch from cri-o to docker container runtime.
I was trying to use these commands: kubectl cordon <node_name> kubectl drain <node_name> and it was failed on master node.