在 M1 Silicon 中的 HomeBrew 上安装 hyperkit 时出错

Cha*_*nka 15 macos openshift minishift hyperkit apple-m1

我尝试在 MacOS 12.1 M1 Silicon 上安装 hyperkit,但出现以下错误。

 % brew install hyperkit
    Error: hyperkit: no bottle available!
    You can try to install from source with:
      brew install --build-from-source hyperkit
    Please note building from source is unsupported. You will encounter build
    failures with some formulae. If you experience any issues please create pull
    requests instead of asking for help on Homebrew's GitHub, Twitter or any other
    official channels.
Run Code Online (Sandbox Code Playgroud)

经过一些研究,我发现与 M1 Silicon 处理器不兼容M1 兼容性问题

有解决方法吗?

我想在 M1 Silicon 上设置 minishift,而 Hyperkit 是 MacOS 上的先决条件。

小智 18

显然 hyperkit 不适用于 mac m1/m2。ARM芯片。

所以,我使用了qemu

使用以下命令安装 qemu:

brew install qemu
Run Code Online (Sandbox Code Playgroud)

跑步

minikube start --driver=qemu
Run Code Online (Sandbox Code Playgroud)


小智 4

M1芯片不支持hyperkit。尝试使用 Kind 进行虚拟化。