我正在尝试在我的爸爸中使用microk8s作为我的KubernetesPodOperator。不幸的是,我似乎无法让它始终安装。
我正在使用自制软件安装(或重新安装) microk8s和multipass。当我执行
microk8s install --cpu=4 --mem=10000
我知道错误是:
launch failed: The following errors occurred:
qemu-system-aarch64: Error: HV_BAD_ARGUMENT
launch failed: instance "microk8s-vm" already exists
An error occurred with the instance when trying to launch with 'multipass': returned exit code 2.
Ensure that 'multipass' is setup correctly and try again.( launch failed: instance "microk8s-vm" already exists多次出现。)
我已经尝试了多次重新安装,但这似乎没有帮助。有什么建议吗?
发布于 2022-01-26 20:11:36
结果,我需要使用的是microk8s install --cpu=4 --mem=10,而不是10000。它想要的是GB而不是MB。是我的错。不过,我希望错误信息能更清楚一些。
https://stackoverflow.com/questions/70869075
复制相似问题