-
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
Question: combining skaffold with Github Actions #4811
Comments
Revisit
|
I expect this to be related to my bullet point number 2. |
Hi @mr-bjerre, thanks for opening this issue :) For building in parallel, I believe you have to manually enable that in your skaffold.yaml by updating the field |
I tried that but for some reason I'm not allowed to give that. I'm getting the following error
This is what I have
|
Ah, it looks like that field wasn't added until skaffold schema v2alpha2. If you want to update your schema to a later version you can use |
Ah I see thanks 🙏 Also; do you by any chance have any idea on my second question (that’s the real killer)? |
Closing in favour of #4842 |
I have a project where I run
skaffold
locally to build and deploy. That works perfectly fine but I want to integrate it with Github Actions so I can build and deploy on pushes. My current approach isI have a number of issues though
Error from server (NotFound): the server could not find the requested resource
I'm thinking this is somewhat common task so I expect there'll be some best practices to lean towards?
Information
The text was updated successfully, but these errors were encountered: