-
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
skaffold dev doesnt work with v0.3.0 #322
Comments
@sirajg Do you have docker installed? If it is, can you show the output of |
Same setup works with skaffold v.0.2.0 |
Can you post the output of |
@sirajg It might be an issue with your |
|
Without the ~/.docker/config.json file, get this error:
config.json has
|
Adding { "auths": {} } as @sirajg's comment suggested fixed the issue for me. |
Fixed with #454 |
skaffold dev
does not work with built in examplesExpected behavior
skaffold dev
should build, deploy and watch for changes.Actual behavior
Information
This error is seen only in v0.3.0. Same setup with v0.2.0 works.
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: