inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

박지용님의 게시글

박지용 박지용

@dankal03257972

수강평 작성수
1
평균평점
4.0

게시글 2

질문&답변

마스터 노드 초기화 단계에서 kubeadm init 명령어 사용시 에러 발생

안녕하세요 동일한 문제로 질문드려요. /etc/containerd/config.toml 파일의 옵션을 구성한다는것이 이해가 잘안되네요 ㅠ 우선 toml 파일은 삭제를 했고, 삭제 전 내용은 아래와 같습니다. # Copyright 2018-2022 Docker Inc. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. disabled_plugins = ["cri"] #root = "/var/lib/containerd" #state = "/run/containerd" #subreaper = true #oom_score = 0 #[grpc] # address = "/run/containerd/containerd.sock" # uid = 0 # gid = 0 #[debug] # address = "/run/containerd/debug.sock" # uid = 0 # gid = 0 # level = "info"

좋아요수
1
댓글수
2
조회수
4032