Skip to main content

Measures

AlwaysPullImage

In each yaml that requires images, the entry should be set as follows:

    spec:
      containers:
       - image:  <Imagename>
          imagePullPolicy: Always
...