250x250
Notice
Recent Posts
Recent Comments
«   2024/11   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
Archives
Today
Total
관리 메뉴

삽더하기실수

[preflight] Running pre-flight checks 에러 해결방법 본문

K8s

[preflight] Running pre-flight checks 에러 해결방법

삽수 2024. 3. 18. 21:56
728x90
#오류 내용
[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
실행

 

728x90

'K8s' 카테고리의 다른 글

To see the stack trace of this error execute with --v=5 or higher 에러(kubeadm apply 오류)  (0) 2024.03.18
Coredns pending 현상  (0) 2024.03.18
인그레스(Ingress)  (0) 2024.03.18
엔드포인트  (0) 2024.03.18
Headless  (1) 2024.03.08