Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 565 Bytes

ImagePullPolicy.md

File metadata and controls

24 lines (16 loc) · 565 Bytes
title description
Resolving Failed To Pull Image Problem in OpenShift
Possible solution to resolve this issue.

Issue:

Deployment fails due to image pull problem.

Solution:

  • Ensure that appropriate image puller permissions exist.
  oc policy add-role-to-user system:image-puller system:serviceaccount:i<project-name>-dev:default -n <project-name>-tools
  • You may have to re-tag the image (or redo the build).
  oc tag <image>:lates <image:dev>
  • Verify your image stream settings (Deployments->->edit): Images