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

tag "latest" and IfNotPresent imagePullPolicy #10

Open
ndegory opened this issue Mar 9, 2018 · 0 comments
Open

tag "latest" and IfNotPresent imagePullPolicy #10

ndegory opened this issue Mar 9, 2018 · 0 comments

Comments

@ndegory
Copy link
Contributor

ndegory commented Mar 9, 2018

In the Kubernetes manifests and the Helm chart.

deploying apps with imagePullPolicy: IfNotPresent and the latest tag is not a good practice: once deployed on a cluster, to get a new "latest" image one has to go on each node of the cluster to remove the image. Else, it will reuse the previously pulled image.
IfNotPresent is useful when building locally but should only be used with versioned images.

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