-
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
hyperv: remote command exited without exit status or exit signal #3856
Comments
Literally running into the same issue
however switching to
nothing fun in minikube logs
the last few lines of dmesg are quite telling
increasing the |
Any chance that dynamic memory allocation in HyperV is involved? I wonder if this may be due to #1766 If someone has the time, could you try disabling the dynamic memory feature in HyperV to see if it fixes the issue? |
After bashing in the command to get the dynamic memory feature off, I was able to get
simple things, like and hey 2048 mb works now too
|
I'm going to declare this a duplicate of #1766 since it totally fixed this |
specifically hammering |
I was facing this problem but instead of setting the flag i upped the memory on the minikube start command, instead of the default (2048mb) i set it to (4096mb) and it came up without that error |
PS C:\Users\Administrator> minikube start --registry-mirror="https://registry.docker-cn.com" --vm-driver="hyperv" --memory=2048 --hyperv-virtual-switch="nat" --mount --mount-string="/f::/f"
o minikube v0.35.0 on windows (amd64)
@ Downloading kubelet v1.13.4
@ Downloading kubeadm v1.13.4
! Failed to update cluster: downloading binaries: copy: wait: remote command exited without exit status or exit signal
The text was updated successfully, but these errors were encountered: