You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: