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

Deployment image pull problem

Angelika Ehlers edited this page Oct 2, 2017 · 2 revisions

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:moe-land-designations-dev:default -n moe-land-designations-tools

  • You may have to re-tag the image (or redo the build).

  • Verify your image stream settings (Deployments->->edit): Images

Clone this wiki locally