saurabhubuntu@worker01:~/kubernetes/certified-kubernetes-administrator-course$ vagrant up
Bringing machine ‘kubemaster’ up with ‘virtualbox’ provider…
Bringing machine ‘kubenode01’ up with ‘virtualbox’ provider…
Bringing machine ‘kubenode02’ up with ‘virtualbox’ provider…
==> kubemaster: Importing base box ‘ubuntu/bionic64’…
==> kubemaster: Matching MAC address for NAT networking…
==> kubemaster: Setting the name of the VM: kubemaster
==> kubemaster: Clearing any previously set network interfaces…
==> kubemaster: Preparing network interfaces based on configuration…
kubemaster: Adapter 1: nat
kubemaster: Adapter 2: hostonly
==> kubemaster: Forwarding ports…
kubemaster: 22 (guest) => 2711 (host) (adapter 1)
kubemaster: 22 (guest) => 2222 (host) (adapter 1)
==> kubemaster: Running ‘pre-boot’ VM customizations…
==> kubemaster: Booting VM…
There was an error while executing VBoxManage
, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: [“startvm”, “a6eb74c3-edc4-411f-9421-77765bbecbc8”, “–type”, “headless”]
Stderr: VBoxManage: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole
Hello all , i am unable to install kubernetes via vagrant in my ubuntu machine , i tried to remove and install vagrant and vboxmanage many time but it does not help , below is the verison installed in my machine. please have a look and let me know if u have any idea
saurabhubuntu@worker01:~/kubernetes/certified-kubernetes-administrator-course$ vagrant --version
Vagrant 2.2.6
saurabhubuntu@worker01:~/kubernetes/certified-kubernetes-administrator-course$ vboxmanage --version
the vagrant file resource i use is from :