-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Windows + minikube + skaffold + non-elevated shell = fail #3073
Comments
I wonder if this is still an issue 🤔 |
I'm going to close this one. Not sure this is still an issue. Since then, Skaffold now fails on a failed |
I have the same problem today PS C:\windows\system32> minikube version minikube start --vm-driver=hyperv skaffold build -p dev
works if I launch skaffold from a "Administrator Powershell" |
@gsquared94 this seems a motivator to make our KubeContext into a proper struct and move the |
Expected behavior
When skaffold detects that minikube's docker daemon can't be resolved (as the warning shows as well) it should either:
build.local.push = false
is setupbuild.local.push =true
when it is not setupActual behavior
Skaffold fails to find the minikube docker daemon and hence creates a deployment inside minikube that relies on a non-existent image (as it is not pushed):
Information
Steps to reproduce the behavior
Run Skaffold in a non-admin powershell window against a hyperv minikube instance (that needs admin rights):
skaffold dev
The text was updated successfully, but these errors were encountered: