vagrant up 명령어를 쳤으나 자꾸 오류가 뜹니다.
569
작성한 질문수 1
C:\Users\Rmsoft\k8s>vagrant up
Bringing machine 'k8s-master' up with 'virtualbox' provider...
Bringing machine 'k8s-node1' up with 'virtualbox' provider...
Bringing machine 'k8s-node2' up with 'virtualbox' provider...
==> k8s-master: Checking if box 'centos/7' version '2004.01' is up to date...
==> k8s-master: Clearing any previously set forwarded ports...
==> k8s-master: Clearing any previously set network interfaces...
==> k8s-master: Preparing network interfaces based on configuration...
k8s-master: Adapter 1: nat
k8s-master: Adapter 2: hostonly
==> k8s-master: Forwarding ports...
k8s-master: 22 (guest) => 2222 (host) (adapter 1)
==> k8s-master: Running 'pre-boot' VM customizations...
==> k8s-master: Booting VM...
There was an error while executing VBoxManage, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "83bbb834-fbb4-45ff-9a6d-7c1217bb7d31", "--type", "headless"]
Stderr: VBoxManage.exe: error: Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter' (VERR_INTNET_FLT_IF_NOT_FOUND).
VBoxManage.exe: error: Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole
계속 이런 에러가 뜨면서 설치가 되지 않습니다. 어떻게 해결해야할까요?
-> VM virtual box 재설치해봤으나 계속 이런 오류가 뜹니다.
-> Kubernetes Cluster 설치 [v1.22] (최신, 쉬운설치 버전)를 보고 있습니다.
답변 2
0
네 저도 처음보는 에러라 검색해보니 블로그가 하나 나왔는데, 하마마님께서 해결한 내용이랑 같네요
https://m.blog.naver.com/slkim0/222065879048
수고하셨습니다.
yml 작성하다가 에러 발생해서 문의 드립니다.
0
38
2
설치수업중에 질문드립니다.
1
57
2
기초다지기 설치 문의드립니다.
1
104
4
HPA 부분 Auto Scaler 설치하는 링크가 없습니다!!
1
64
3
클러스터 초기화 및 팟 네트워크 세팅시 문제가 있습니다
1
101
1
환경 구성에 있어서 질문드립니다
1
92
2
configMap 파일생성
1
77
2
dashboard에서 pod 생성이 되지 않습니다.
1
77
2
nodePort 서비스 접근 Client sent an HTTP request to an HTTPS server
1
74
2
대시보드 화면이 달라요 ㅠㅠ
1
58
2
대시보드 접근이 안됩니다!
1
98
2
Ingress실습에 난관이 있습니다
1
67
2
master 노드에서 ssh 로그인 창이 안뜨는 오류
1
82
3
안녕하세요 일프로님 궁금한 거 있습니다
0
50
1
7강 마지막 대시 보드 출력에 관한 문제
1
57
2
Could not resolve host: externalname1; Unknown error
0
59
2
Failed to create pod sandbox
1
89
2
자료실을 못 찾겠습니다 ㅜ ㅡ ㅜ
0
57
2
0/3 nodes are available
1
57
2
Back-off restarting fail~~
1
99
4
쿠버네티스 대시보드 접속 문제
1
89
2
설치관련 질문입니다
1
116
2
raw.githubusercontent.com 에 대한 질문
1
137
2
worker노드 추가시에
1
68
1






이미 사용함 상태였으나 사용안함에서 사용함으로 바꿨더니 갑자기 명령어가 잘 구동됩니다.