Questions tagged [hyperkit]

11 questions
10
votes
4 answers

Error installing hyperkit on HomeBrew in M1 Silicon

I'm trying to install hyperkit on MacOS 12.1 M1 Silicon and I get the following error. % brew install hyperkit Error: hyperkit: no bottle available! You can try to install from source with: brew install --build-from-source hyperkit …
Charith Jayasanka
  • 4,033
  • 31
  • 42
7
votes
1 answer

How to list vms that was started from hyperkit?

How to list vms that was started from hyperkit? hyperkit help is only below: hyperkit -h 11:25:45 Usage: hyperkit…
bells17
  • 370
  • 2
  • 9
5
votes
3 answers

Can not pull any image in minikube

Im on macOS and im using minikube with hyperkit driver: minikube start --driver=hyperkit and everything seems ok... with minikube status: minikube type: Control Plane host: Running kubelet: Running apiserver: Running kubeconfig: Configured with…
Ali
  • 922
  • 1
  • 9
  • 24
3
votes
2 answers

What are the vm-driver and driver falgs in Minikube?

I am using Minikube in macOS. I found this in ~/.minikube/config/config.json: { "driver": "docker", "vm-driver": "hyperkit" } What are they, and what is the difference? Does Minikube use Hyperkit as a virtual machine and run in it? If so,…
Bobby 1995
  • 85
  • 1
  • 11
2
votes
0 answers

How to use vpnkit with minikube on mac

There are many question around this topic, but not the specific info I am after. Host OS is Mac, and recently had to uninstall Docker Desktop due to their licensing change. So instead we have moved to minikube, and it is all working great with…
Sodved
  • 8,428
  • 2
  • 31
  • 43
2
votes
2 answers

Minikube doesn't work on Mac with hyperkit driver and VPN

I tried to run minikube with hyperkit driver on VPN. While installing with minikube start --vm=true This error occurred. ❗ This VM is having trouble accessing https://k8s.gcr.io Someone said from github community, I should use docker but I can not…
Jacob
  • 21
  • 1
  • 5
2
votes
0 answers

How does one store docker layers outside a minikube's hyperkit vm?

So if I create a minikube cluster on my local laptop, with a hyperkit vm: How can I save the downloaded docker layers such that if I delete the minikube hyperkit vm, can I create a new vm, and not have to redownload all those layers. This could be…
Nathan Feger
  • 19,122
  • 11
  • 62
  • 71
1
vote
1 answer

Why is my minikube metrics-server addon not reporting pod metrics (docker 20.x)?

My pod metrics stopped working on a local minikube deployment. It appears similar to an issue reported a while back, but I don't see the same error messages in the logs. The node statistics are working fine: % kubectl top node …
RndmSymbl
  • 511
  • 6
  • 24
1
vote
1 answer

how to change minikube VM ip address with hyperkit driver

When starting up minikube with hyperkit driver on MacOS, is there a way to specify the ip address prefix used by the minikube VM? The default ip address of minikube hyperkit VM is 192.168.64.0/24. This address range conflicts with the office ip…
Charles Ju
  • 1,095
  • 1
  • 9
  • 28
1
vote
1 answer

How to get Docker Desktop on Mac to point to new location of VM Image?

Docker Desktop supports moving the VM Image that it uses onto another drive if needed. On my Mac Mini (2018) I have moved it to an external SSD in order to enlarge it more than the internal storage would have allowed. The external SSD was named…
Moshe Katz
  • 15,992
  • 7
  • 69
  • 116
0
votes
1 answer

How to connect Minikube on Hyperkit on MacBook

I'm trying to connect to Hyperkit to check containers running on this VM. All I'm getting now is [screen is terminating] Here is what I do: MacBook-Pro-Karol: ~ → minikube start --driver=hyperkit minikube v1.12.3 na Darwin 10.15.6 ✨ Using the…
Karol Gasienica
  • 2,825
  • 24
  • 36