K8s
[preflight] Running pre-flight checks 에러 해결방법
삽수
2024. 3. 18. 21:56
반응형
#오류 내용
[preflight] Running pre-flight checks
error execution phase preflight: [preflight] Some fatal errors occurred:
[ERROR CRI]: container runtime is not running: output: time="2024-03-14T00:30:21Z" level=fatal msg="validate service connection: validate CRI v1 runtime API for endpoint \"unix:///var/run/co ntainerd/containerd.sock\": rpc error: code = Unimplemented desc = unknown service runtime.v1.RuntimeService"
, error: exit status 1
#해결방법
워커노드에 가서
sudo rm /etc/containerd/config.toml
sudo systemctl restart containerd
실행
반응형