Hi all, I am doing the CKA course and trying to install kubeadm on MacAirbook M5. I tried using the vagrant file from the github and tried installing the vms as per the instructions. The installation fails with below error.
The image in the vagrant file is config.vm.box = “ubuntu/jammy64”
Can anyone suggest a suitable image for arm to deploy vms and install kubernetes cluster.
ERROR:
There was an error while executing VBoxManage, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: [“startvm”, “8e77a531-06ea-420e-82f4-a5035ea99cb3”, “–type”, “headless”]
Stderr: VBoxManage: error: Cannot run the machine because its platform architecture x86 is not supported on ARM
VBoxManage: error: Details: code VBOX_E_PLATFORM_ARCH_NOT_SUPPORTED (0x80bb0012), component MachineWrap, interface IMachine, callee nsISupports
VBoxManage: error: Context: “LaunchVMProcess(a->session, sessionType.raw(), ComSafeArrayAsInParam(aBstrEnv), progress.asOutParam())” at line 921 of file VBoxManageMisc.cpp