• 카테고리

    질문 & 답변
  • 세부 분야

    데브옵스 · 인프라

  • 해결 여부

    미해결

vagrant up 에러

24.01.11 22:40 작성 조회수 229

1

==> vagrant: A new version of Vagrant is available: 2.4.0 (installed version: 2.3.4)!

==> vagrant: To upgrade visit: https://www.vagrantup.com/downloads.html

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: Box 'rockylinux/8' could not be found. Attempting to find and install...

k8s-master: Box Provider: virtualbox

k8s-master: Box Version: >= 0

==> k8s-master: Loading metadata for box 'rockylinux/8'

k8s-master: URL: https://vagrantcloud.com/rockylinux/8

==> k8s-master: Adding box 'rockylinux/8' (v9.0.0) for provider: virtualbox

k8s-master: Downloading: https://vagrantcloud.com/rockylinux/boxes/8/versions/9.0.0/providers/virtualbox/unknown/vagrant.box

Download redirected to host: dl.rockylinux.org

k8s-master:

k8s-master: Calculating and comparing box checksum...

==> k8s-master: Successfully added box 'rockylinux/8' (v9.0.0) for 'virtualbox'!

There are errors in the configuration of this machine. Please fix

the following errors and try again:

Vagrant:

* Unknown configuration section 'disksize'.

* Unknown configuration section 'vbguest'.
이런 에러가 발생합니다... 어떻게 해결하나요?

답변 1

답변을 작성해보세요.

1

이지수님의 프로필

이지수

질문자

2024.01.11

// Rocky Linux Repo 세팅
C:\Users\사용자\k8s> curl -O https://raw.githubusercontent.com/k8s-1pro/install/main/ground/k8s-1.27/vagrant-2.3.4/rockylinux-repo.json
C:\Users\사용자\k8s> vagrant box add rockylinux-repo.json

// Vagrant Disk 설정 Plugin 설치 
C:\Users\사용자\k8s> vagrant plugin install vagrant-vbguest vagrant-disksize

이거 입력하고 하니까 됩니다.

네, 잘하셨네요! 또 하다가 안되는 게 있으시면 편하게 문의 올려주세요 😃