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

Improve performance by using cached images our deployment definitions specify imagePullPolicy's of always #244

Closed
csantanapr opened this issue May 11, 2024 · 1 comment

Comments

@csantanapr
Copy link
Contributor

From Slack by @greghaynes

I notice that a ton of our deployment definitions specify imagePullPolicy's of always which basically invalidates the host cache for kind. What do we think about changing this? If I threw up a PR to change this to IfNotPresent would we be ok with that? Or do we think this needs to be user-settable?

@nimakaviani
Copy link
Contributor

This has already been fixed in this PR: #236

Will become available in the next release. Gotta make sure that we build the latest version of the embedded packages by running generate-manifest before cutting the release.

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

No branches or pull requests

2 participants