vagrant 설치중 404 오류
진행 과정 전체를 아래 첨부하였습니다.주어진 네이버 카페를 통해 vagrant를 설치하였고, vagrant 스크립트를 그대로 실행하였습니다.다만, oracle virtual bot의 경우 기종에 사용하던 것을 그대로 이용하였는데 그게 문제가 될까요?도움 주셔서 감사합니다. C:\Users\Metanet>cd k8sC:\Users\Metanet\k8s>C:\Users\Metanet\k8s>C:\Users\Metanet\k8s>dir C 드라이브의 볼륨에는 이름이 없습니다. 볼륨 일련 번호: B652-99C6 C:\Users\Metanet\k8s 디렉터리2024-06-03 오전 09:14 .2024-06-03 오전 09:14 .. 0개 파일 0 바이트 2개 디렉터리 358,824,079,360 바이트 남음C:\Users\Metanet\k8s>curl -O https://raw.githubusercontent.com/k8s-1pro/install/main/ground/k8s-1.27/vagrant-2.3.4/Vagrantfile % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed100 5316 100 5316 0 0 9782 0 --:--:-- --:--:-- --:--:-- 9808C:\Users\Metanet\k8s>curl -O https://raw.githubusercontent.com/k8s-1pro/install/main/ground/k8s-1.27/vagrant-2.3.4/rockylinux-repo.json % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed100 343 100 343 0 0 632 0 --:--:-- --:--:-- --:--:-- 632C:\Users\Metanet\k8s>vagrant box add rockylinux-repo.jsonVagrant failed to initialize at a very early stage:The plugins failed to initialize correctly. This may be due to manualmodifications made within the Vagrant home directory. Vagrant canattempt to automatically correct this issue by running: vagrant plugin repairIf Vagrant was recently updated, this error may be due to incompatibleversions of dependencies. To fix this problem please remove and re-installall plugins. Vagrant can attempt to do this automatically by running: vagrant plugin expunge --reinstallOr you may want to try updating the installed plugins to their latestversions: vagrant plugin updateError message given during initialization: Unable to resolve dependency: user requested 'vagrant-disksize (= 0.1.3)'C:\Users\Metanet\k8s>vagrant plugin install vagrant-vbguest vagrant-disksizeInstalling the 'vagrant-vbguest' plugin. This can take a few minutes...Fetching vagrant-disksize-0.1.3.gemFetching micromachine-3.0.0.gemFetching vagrant-vbguest-0.32.0.gemInstalled the plugin 'vagrant-vbguest (0.32.0)'!Installing the 'vagrant-disksize' plugin. This can take a few minutes...Installed the plugin 'vagrant-disksize (0.1.3)'!C:\Users\Metanet\k8s>vagrant upBringing machine 'master-node' up with 'virtualbox' provider...==> master-node: Box 'rockylinux/8' could not be found. Attempting to find and install... master-node: Box Provider: virtualbox master-node: Box Version: >= 0==> master-node: Loading metadata for box 'rockylinux/8' master-node: URL: https://vagrantcloud.com/rockylinux/8==> master-node: Adding box 'rockylinux/8' (v9.0.0) for provider: virtualbox master-node: Downloading: https://vagrantcloud.com/rockylinux/boxes/8/versions/9.0.0/providers/virtualbox/unknown/vagrant.boxDownload redirected to host: dl.rockylinux.org master-node:An error occurred while downloading the remote file. The errormessage, if any, is reproduced below. Please fix this error and tryagain.The requested URL returned error: 404C:\Users\Metanet\k8s>