mmumshad / kubernetes-the-hard-way

Bootstrap Kubernetes the hard way on Vagrant on Local Machine. No scripts.
Apache License 2.0
4.7k stars 4.54k forks source link

Unable to provision the worker nodes with this error after run Vagrant up, please help #216

Closed chzheng2017 closed 3 years ago

chzheng2017 commented 3 years ago

2 master nodes and loadbalancer notes are provisioned successfully

The box 'ubuntu/bionic64' could not be found or could not be accessed in the remote catalog. If this is a private box on HashiCorp's Vagrant Cloud, please verify you're logged in via vagrant login. Also, please double-check the name. The expanded URL and error message are shown below:

URL: ["https://vagrantcloud.com/ubuntu/bionic64"] Error: Could not resolve host: vagrantcloud.com

The log file of vagrant up k8-hard-way-vagrant-error.txt

chzheng2017 commented 3 years ago

there is a warning message in the log saying my window guest addition's version does not match with virtual box version. After I reinstalled guest addtion, the issue fixed.