질문&답변
vagrant up 설치 오류
알려주신 방법대로 설정하고 나니 No package kernel-devel-3.10.0-1127.el7.x86_64 available. Error: Nothing to do Unmounting Virtualbox Guest Additions ISO from: /mnt umount: /mnt: not mounted ==> k8s-node2: Checking for guest additions in VM... k8s-node2: No guest additions were detected on the base box for this VM! Guest k8s-node2: additions are required for forwarded ports, shared folders, host only k8s-node2: networking, and more. If SSH fails on this machine, please install k8s-node2: the guest additions and repackage the box to continue. k8s-node2: k8s-node2: This is not an error message; everything may continue to work properly, k8s-node2: in which case you may ignore this message. The following SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed! 이런 오류가 나왔습니다. 인터넷을 뒤져보니 guest edition 버전에 대한 문제인 것 같아서 vagrant plugin install vagrant-vbguest --plugin-version 0.21 이걸 다시 한번 해주고, vagrant up 을 다시 실행했더니 드디어 설치에 성공했습니다!! 같이 고민해주셔서 감사합니다!
- 좋아요수
- 1
- 댓글수
- 4
- 조회수
- 847





