Skip to content
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

Render should support the --cache-artifacts flag #5560

Closed
nkubala opened this issue Mar 17, 2021 · 0 comments · Fixed by #5652
Closed

Render should support the --cache-artifacts flag #5560

nkubala opened this issue Mar 17, 2021 · 0 comments · Fixed by #5652
Assignees
Labels
Milestone

Comments

@nkubala
Copy link
Contributor

nkubala commented Mar 17, 2021

skaffold render performs an implicit skaffold build under the hood (it not provided with a --build-artifacts file), but doesn't support the --cache-artifacts flag to disable build caching. we should make sure that render exposes the entire set of flags we support on build.

Expected behavior

skaffold render --cache-artifacts=false lets me bypass the cache check when doing the build

Actual behavior

the --cache-artifacts flag isn't support on skaffold render

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant