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

Component imagePullPolicy is IfNotPresent #229

Open
iamalnewkirk opened this issue Feb 6, 2021 · 1 comment
Open

Component imagePullPolicy is IfNotPresent #229

iamalnewkirk opened this issue Feb 6, 2021 · 1 comment
Assignees

Comments

@iamalnewkirk
Copy link

Having the component imagePullPolicy as IfNotPresent means that an update to an image tag, e.g. latest, won't results in a proper refresh when the component is scaled or restarted.

Excerpt from Kalm created pod, kubectl describe command:

spec:
  containers:
  - image: $CONTAINER_REGISTRY/$CONTAINER_IMAGE:$IMAGE_TAG
    imagePullPolicy: IfNotPresent
@davidqhr
Copy link
Member

I guess you are using an old version. A new version(both docs and app) will be released soon. It will use Always as imagePullPolicy default.

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

No branches or pull requests

3 participants