opencompose icon indicating copy to clipboard operation
opencompose copied to clipboard

Support for `imagePullPolicy`

Open surajssd opened this issue 8 years ago • 1 comments

Lot of configurations from fabric8, helm chart repo; I saw had this option specified explicitly and it was not just set to Always, the values were different. Can we add support for this in OpenCompose?

$ kubectl explain deployment.spec.template.spec.containers.imagePullPolicy
FIELD: imagePullPolicy <string>

DESCRIPTION:
     Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always
     if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated.
     More info: http://kubernetes.io/docs/user-guide/images#updating-images

Information about imagePullPolicy.

surajssd avatar May 18 '17 07:05 surajssd

Adding link from the duplicate issue for posterity. https://kubernetes.io/docs/concepts/containers/images/

pradeepto avatar May 18 '17 11:05 pradeepto