Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- android
- 동적계획법과최단거리역추적
- BAEKJOON
- codingtest
- 분할정복
- DART
- 알고리즘
- 코드품앗이
- 동적계획법
- AndroidStudio
- Flutter
- 개발
- 코딩테스트
- DFS와BFS
- 안드로이드스튜디오
- Vue
- cos pro 1급
- C++
- 파이썬
- DFS
- Python
- 코테
- django
- issue
- cos
- cos pro
- 백준
- Algorithm
- 안드로이드
- vuejs
Archives
- Today
- Total
목록k8s kubeadm init error (1)
Development Artist
[Issue, Kubernetes, Linux] error execution phase preflight: [preflight] Some fatal errors occurred: [ERROR CRI]: container runtime is not running: output: E1222
이슈 kubernetes master 노드를 configuration 하는 중에, kubeadm init을 하니, 다음과 같은 에러가 발생. 에러는 2가지 였는데, 이번에는 2번째 에러에 대해 resolve. 해결 sed -i '/"cri"/ s/^/#/' /etc/containerd/config.toml systemctl restart containerd 원인 위에서 사용한 명령어는 /etc/containerd/config.toml 파일에서 'cri'가 적힌 라인에 #를 붙여줌으로써, 주석처리를 하는 명령어이다. 해당 명령어를 실행하기 전에 아래의 명령을 쳐보면, disabled_plugins = ["cri"]가 보일텐데, 이것은 containerd가 cri 플러그인을 사용하지 않는다고 명시해놓은 것...
TroubleShooting/Linux Issue
2022. 12. 22. 16:45