삽더하기실수
To see the stack trace of this error execute with --v=5 or higher 에러(kubeadm apply 오류) 본문
K8s
To see the stack trace of this error execute with --v=5 or higher 에러(kubeadm apply 오류)
삽수 2024. 3. 18. 21:59728x90
#오류 내용
accepts at most 1 arg(s), received 2
To see the stack trace of this error execute with --v=5 or higher
#해결방법
마스터 노드에 가서 하기 명령어로 토큰을 생성한다.
kubeadm token create --print-join-command
이후 생성된 토큰을 가지고 워커노드에서 실행하면 정상적으로 된다
728x90
'K8s' 카테고리의 다른 글
Cordon, Drain (0) | 2024.03.19 |
---|---|
쿠버네티스 설치 방법(Centos) (4) | 2024.03.18 |
Coredns pending 현상 (0) | 2024.03.18 |
[preflight] Running pre-flight checks 에러 해결방법 (0) | 2024.03.18 |
인그레스(Ingress) (0) | 2024.03.18 |