-
Notifications
You must be signed in to change notification settings - Fork 1.7k
--cache-artifacts fails when there is no local docker daemon #2677
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
Comments
Error logs with latest skaffold 36, I don't have docker on my system.
|
Thank you for filing @prary - we should look into this asap and try to reproduce on Windows. Can you try running with |
I was able to reproduce on Windows. This seems to be a byproduct of #2621 that enables Skaffold's artifact caching by default. Running with |
(Oops, missed @balopat's reply) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Kubectl version through skaffold
Kubectl version through terminal
|
This comment has been minimized.
This comment has been minimized.
I opened a new issue to track the port-forwarding conversation: #2706 |
I am trying to run skaffold debug mode but it fails with port-forwarding failure. I am using latest Cloud code plugin and a sample java application, mvn is builder used, Intellij version 19.x.x
Expected behavior
Should be able to put breakpoints in live application
Actual behavior
Not able to put breakpoints
Information
deployment yaml
Steps to reproduce the behavior
--label ide=idea --label ideVersion=2019.1.3.0.0 --label ijPluginVersion=unknown --port-forward=true -v=debug
The text was updated successfully, but these errors were encountered: