-
Notifications
You must be signed in to change notification settings - Fork 15
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 in a DevPod #39
Comments
I only got:
And
I will do another round trip through the chapter. |
Started from scratch, copying the commands from:
This is what I get:
Are you sure you used an up-to-date In the apiVersion: skaffold/v1beta2
kind: Config
build:
artifacts:
- image: changeme
context: .
docker: {} That might be what you saw? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my case, the issue with DevPod is before the part you modified in the latest PR @joostvdg . When I execute the command that follows...
The output is:
Is that not happening in your case? If it isn't, the issue might be only with me and that would be good news.
The text was updated successfully, but these errors were encountered: