작성
·
3
·
수정됨
0
vagrant.exe up 명령어 실행시 repo 가 더 이상 지원되지 않는 서버라 연결이 안되는 문제가 있는것 같습니다. 해결방안이 있을까요?
C:\Program Files\Vagrant\bin>vagrant.exe up
Bringing machine 'm-k8s' up with 'virtualbox' provider...
==> m-k8s: Importing base box 'sysnet4admin/CentOS-k8s'...
==> m-k8s: Matching MAC address for NAT networking...
==> m-k8s: Checking if box 'sysnet4admin/CentOS-k8s' version '0.8.0' is up to date...
==> m-k8s: Setting the name of the VM: m-k8s(github_SysNet4Admin)
==> m-k8s: Clearing any previously set network interfaces...
==> m-k8s: Preparing network interfaces based on configuration...
m-k8s: Adapter 1: nat
m-k8s: Adapter 2: hostonly
==> m-k8s: Forwarding ports...
m-k8s: 22 (guest) => 60010 (host) (adapter 1)
==> m-k8s: Running 'pre-boot' VM customizations...
==> m-k8s: Booting VM...
==> m-k8s: Waiting for machine to boot. This may take a few minutes...
m-k8s: SSH address: 127.0.0.1:60010
m-k8s: SSH username: vagrant
m-k8s: SSH auth method: private key
m-k8s: Warning: Connection reset. Retrying...
m-k8s: Warning: Connection aborted. Retrying...
m-k8s: Warning: Connection reset. Retrying...
m-k8s: Warning: Connection aborted. Retrying...
m-k8s: Warning: Connection reset. Retrying...
m-k8s: Warning: Connection aborted. Retrying...
m-k8s:
m-k8s: Vagrant insecure key detected. Vagrant will automatically replace
m-k8s: this with a newly generated keypair for better security.
m-k8s:
m-k8s: Inserting generated public key within guest...
m-k8s: Removing insecure key from the guest if it's present...
m-k8s: Key inserted! Disconnecting and reconnecting using new SSH key...
==> m-k8s: Machine booted and ready!
[m-k8s] A Virtualbox Guest Additions installation was found but no tools to rebuild or start them.
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was
14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error"
답변