vagrant up 에러
635
작성한 질문수 19
==> 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
// 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이거 입력하고 하니까 됩니다.
kubeTM Blog는 없어진건가요????
1
24
2
yml 작성하다가 에러 발생해서 문의 드립니다.
0
43
2
설치수업중에 질문드립니다.
1
60
2
기초다지기 설치 문의드립니다.
1
109
4
HPA 부분 Auto Scaler 설치하는 링크가 없습니다!!
1
67
3
클러스터 초기화 및 팟 네트워크 세팅시 문제가 있습니다
1
103
1
환경 구성에 있어서 질문드립니다
1
94
2
configMap 파일생성
1
79
2
dashboard에서 pod 생성이 되지 않습니다.
1
80
2
nodePort 서비스 접근 Client sent an HTTP request to an HTTPS server
1
76
2
대시보드 화면이 달라요 ㅠㅠ
1
62
2
대시보드 접근이 안됩니다!
1
100
2
Ingress실습에 난관이 있습니다
1
70
2
master 노드에서 ssh 로그인 창이 안뜨는 오류
1
84
3
안녕하세요 일프로님 궁금한 거 있습니다
0
52
1
7강 마지막 대시 보드 출력에 관한 문제
1
57
2
Could not resolve host: externalname1; Unknown error
0
61
2
Failed to create pod sandbox
1
92
2
자료실을 못 찾겠습니다 ㅜ ㅡ ㅜ
0
59
2
0/3 nodes are available
1
58
2
Back-off restarting fail~~
1
102
4
쿠버네티스 대시보드 접속 문제
1
90
2
설치관련 질문입니다
1
118
2
raw.githubusercontent.com 에 대한 질문
1
142
2





