인프런 커뮤니티 질문&답변

하마마님의 프로필 이미지

작성한 질문수

대세는 쿠버네티스 [초급~중급]

Kubernetes Cluster 설치 [v1.27] (최신 업데이트된 버전 - 쉬운설치)

vagrant up 명령어를 쳤으나 자꾸 오류가 뜹니다.

23.08.14 16:12 작성

·

399

·

수정됨

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

1

하마마님의 프로필 이미지
하마마
질문자

2023. 08. 14. 16:49

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

0

일프로님의 프로필 이미지
일프로
지식공유자

2023. 08. 14. 19:08

네 저도 처음보는 에러라 검색해보니 블로그가 하나 나왔는데, 하마마님께서 해결한 내용이랑 같네요

https://m.blog.naver.com/slkim0/222065879048

수고하셨습니다.