게시글
질문&답변
2023.08.13
kubectl exec -it mongodb -- mongo 명령에서 에러 발생합니다.
확인해보니 5.0버전 이후로는 -- mongosh 이라고 하면 된다고 하네요.. 저도 해결했습니다!https://github.com/docker-library/mongo/issues/558
- 0
- 1
- 666
질문&답변
2023.08.01
마스터 노드 초기화 단계에서 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
- 3.3K