-
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
Support --render
options for skaffold deploy.
#1739
Comments
now that we've separated out the tagging interface and gotten rid of the "unstable" taggers, this should be possible. dry run mode for dry run mode for |
Note you can pass the |
I think we should add a flag to deploy to dump the manifests generated as mentioned |
--dryrun
options for skaffold build, skaffold deploy and potentially others.--render
options for skaffold deploy.
Related to #1187 |
In #1737 @andsens mentioned, pointed out a use case where users would want to inspect
skaffold deploy
generated manifests.I am thinking this would also be required for
Expected behavior
when you run skaffold with
--dryrun
flag, all the manifests it generates should be dumped in./out
directory.Actual behavior
Right now, users need to run skaffold with
-v=debug
flag to grab the generated manifests from output.Information
<paste your skaffold.yaml here>
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: