-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update outdated moby/hyperkit package in minikube code #10443
Comments
Hey @dytyniuk thanks for pointing this out. If you, or anyone else, would be interested in upgrading the moby/hyperkit library in minikube we'd be happy to take a look at the PR! |
@dytyniuk do u mind checking if the binary in this PR fixes the problem ? #10631 http://storage.googleapis.com/minikube-builds/10631/minikube-darwin-amd64 |
Hey @medyagh |
@medyagh @daehyeok the issue persists
|
@medyagh it need update driver binary. #!/usr/bin/env bash
sudo rm "$HOME/.minikube/bin/docker-machine-driver-hyperkit"
curl "http://storage.googleapis.com/minikube-builds/10631/docker-machine-driver-hyperkit" --output "$HOME/.minikube/bin/docker-machine-driver-hyperkit"
chmod +x "$HOME/.minikube/bin/docker-machine-driver-hyperkit" |
Just in case, you delete whole minikube home dir for test. I0301 09:33:08.013643 26835 out.go:119] 💾 Downloading driver docker-machine-driver-hyperkit:
💾 Downloading driver docker-machine-driver-hyperkit:
I0301 09:33:08.013754 26835 download.go:78] Downloading: https://github.com/kubernetes/minikube/releases/download/v1.18.0-beta.0/docker-machine-driver-hyperkit?checksum=file:https://github.com/kubernetes/minikube/releases/download/v1.18.0-beta.0/docker-machine-driver-hyperkit.sha256 -> /Users/daehyeok/.minikube/bin/docker-machine-driver-hyperkit
> docker-machine-driver-hyper...: 65 B / 65 B [----------] 100.00% ? p/s 0s
> docker-machine-driver-hyper...: 11.45 MiB / 11.45 MiB 100.00% 27.00 MiB |
@daehyeok an updated driver + minikube build works like a charm:
|
Steps to reproduce the issue:
minikube start --driver=hyperkit --cpus=2 --disk-size=10g --memory=4g --hyperkit-vpnkit-sock='auto'
Full output of failed command:
Workaround found:
s50
in~/Library/Containers/com.docker.docker/Data
, but obviously the VPNKit Socket we're looking for--hyperkit-vpn-sock='auto'
with full path and machine boots up:@afbjorklund was very kind to pinpoint the root cause of this. Used moby/hyperkit package version is quite outdated:
The text was updated successfully, but these errors were encountered: