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

Change imagePullPolicy to Always #31

Open
SJrX opened this issue Dec 5, 2022 · 0 comments
Open

Change imagePullPolicy to Always #31

SJrX opened this issue Dec 5, 2022 · 0 comments

Comments

@SJrX
Copy link

SJrX commented Dec 5, 2022

Hi there,

I was going to recommend after #26 that you change the images to have a pull policy of Always, that way as you fix bugs users don't have to do a whole bunch of jumping around to get the new versions.

The caching semantics of the underlying image provider make even imagePullPolicy: Always efficient, as long as the registry is reliably accessible. Your container runtime can notice that the image layers already exist on the node so that they don't need to be downloaded again.

Source

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

1 participant