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

nararagamjadorri님의 프로필 이미지

작성한 질문수

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

vagrant up 생성 도중 자동 삭제 오류

해결된 질문

23.11.01 14:59 작성

·

279

·

수정됨

1

dfvagrant 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: Importing base box 'centos/7'...
==> k8s-master: Matching MAC address for NAT networking...
==> k8s-master: Checking if box 'centos/7' version '2004.01' is up to date...
==> k8s-master: Setting the name of the VM: k8s_k8s-master_1698817614061_95680
==> 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...
==> k8s-master: Waiting for machine to boot. This may take a few minutes...
    k8s-master: SSH address: 127.0.0.1:2222
    k8s-master: SSH username: vagrant
    k8s-master: SSH auth method: private key
    k8s-master:
    k8s-master: Vagrant insecure key detected. Vagrant will automatically replace
    k8s-master: this with a newly generated keypair for better security.
    k8s-master:
    k8s-master: Inserting generated public key within guest...
    k8s-master: Removing insecure key from the guest if it's present...
    k8s-master: Key inserted! Disconnecting and reconnecting using new SSH key...
==> k8s-master: Machine booted and ready!
==> k8s-master: Checking for guest additions in VM...
    k8s-master: No guest additions were detected on the base box for this VM! Guest
    k8s-master: additions are required for forwarded ports, shared folders, host only
    k8s-master: networking, and more. If SSH fails on this machine, please install
    k8s-master: the guest additions and repackage the box to continue.
    k8s-master:
    k8s-master: This is not an error message; everything may continue to work properly,
    k8s-master: in which case you may ignore this message.
==> k8s-master: Attempting graceful shutdown of VM...
==> k8s-master: Destroying VM and associated drives...
C:/Program Files (x86)/Vagrant/embedded/gems/gems/i18n-1.14.1/lib/i18n.rb:210:in `translate': wrong number of arguments (given 2, expected 0..1) (ArgumentError)

이렇게 진행이 되며 VM 이 생성 되다가 삭제 됩니다.ㅠㅠ

뭐가 잘못되고 있는 걸까요..?

답변 부탁 드립니다.

답변 1

0

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

2023. 11. 01. 19:23

안녕하세요.

설치를 최신 버전으로 업데이트 하려고 합니다.

오래 걸리진 않을꺼라, 내일 저녁에 다시 변경된 가이드를 보시고 설치를 진행해보세요.

그리고 안되면 다시 질문 올려주시면 감사하겠습니다.

nararagamjadorri님의 프로필 이미지

2023. 11. 02. 08:40

빠른 답변과 업데이트 정말 감사드립니다.

 

오류는 버전 이슈가 맞는 것으로 확인되었습니다.

버전을 다운해서 설치하니 정상 작동 되었습니다.

 

강의를 꾸준히 신경써주시는 것 같아 강의 선택을 잘했다는 생각이 듭니다.

감사합니다.