kodekloudhub / certified-kubernetes-administrator-course

Certified Kubernetes Administrator - CKA Course
7.97k stars 7.64k forks source link

Vagrant Issue #93

Closed norod-boop closed 6 months ago

norod-boop commented 2 years ago

I am getting following error: image

Does someone know how to solve this? I am working on Windows. Kind regards.

LtKao commented 1 year ago

I faced the same issue. I was working on centOS VM on VMware. It gave virtualization issue when vagrant issues virtualbox commands. Virtualization inside virtualization.

Shift to Visual studio

mikenhan commented 6 months ago

config.vm.provider "virtualbox" do |vb| vb.customize [ "modifyvm", :id, "--uartmode1", "disconnected" ] end

I added this within the Vagrant.configure section and it worked for me.

fireflycons commented 6 months ago

Note that all the cluster build instructions were updated in March 2024. They have been tested on Windows, Intel Mac and Apple Silicon. They are all targeted at Ubuntu VMs. The vagrant file is not tested with CentOS.