以下问题有什么解决办法吗?
[preflight] Running pre-flight checks
error execution phase preflight: [preflight] Some fatal errors occurred:
[ERROR CRI]: container runtime is not running: output: time="2023-01-27T16:42:55Z" 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"
, error: exit status 1
[preflight] If you know what you are doing, you can make a check non-fatal with `--ignore-preflight-errors=...`
To see the stack trace of this error execute with --v=5 or higher发布于 2023-02-07 08:20:31
请检查您的CRI,例如(容器,码头,CRI-O)它没有运行
在使用以下方法初始化群集之前,您应该检查它:
systemctl状态{容器运行时服务}
用于启用和启动服务:
启用{容器运行时服务} systemctl启动{容器运行时服务}
https://serverfault.com/questions/1121314
复制相似问题