[ERROR CRI]: container runtime is not running: output: time="2024-10-31T05:26:31-04:00" level=fatal msg="validate service connection: CRI v1 runtime API is not implemented for endpoint \"unix:///var/run/containerd/containerd.sock\": rpc error: code = Unimplemented desc = unknown service runtime.v1.RuntimeService"

vi /etc/containerd/config.toml
# 注释或将"cri"删掉
disabled_plugins = ["cri"]