-
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
Ability to takeout the processed kubernetes YAML file #1187
Comments
This is somewhat of what I envisioned #726 providing. But this is a great idea. |
Could it be a |
How about “skaffold show build” to output what would be built + tags and “skaffold show deploy” to output what would be applied. “skaffold show” would return both? |
Sorry for not replying earlier, these are good ideas. Some form of reliable process to take out either the build artifacts and/or the compiled manifest would be very interesting. |
Note you can pass the |
+1 for this issue. https://zarvis.ai is probably the first PaaS that support Skaffold as a first class citizen out of the box (I work for zarvis.ai). I'd like to share our use case and how this feature can help us. When user push a new commit, Zarvis internally do
And when deploying the same commit later, Zarvis do
The problem here is, Skaffold is a great tool and we really love it. Thank everyone in the community for the great work. |
That sounds great @edwin-zvs - thanks for sharing your use case, I'm excited to see Skaffold in your product (FYI the link on your main page is pointing to buildpacks.io ;)). |
Thanks @balopat for the feedbacks. I just fixed the link in our website. Internally, we even use Skaffold's custom buildCommand to build project with buildpacks. Works like a charm! |
I believe this was addressed by |
I think "skaffold build" command should allow doing something like:
So I can actually decide whether I want to apply the
manifests.yaml
myself. Similarly, I can useout.json
to parse out the built artifacts and store their names/tags for my own purposes.Right now, "skaffold {build,run}" outputs aren't very usable. There should be a contract for those willing to parse output –or flags like this saving the results to a file.
This would solve #922 as well if the produced
--build-receipt
and--kubectl-manifests
could be fed back intoskaffold deploy
command.The text was updated successfully, but these errors were encountered: