Skip to content

Commit

Permalink
Add workaround for openshift-marketplace ImagePullBackOff error
Browse files Browse the repository at this point in the history
It seems that on the CI, we have many times same issue with the
OpenShift Marketplace ImagePullBackOff error.
This commit is applying solution proposed by the CRC community [1].

[1] crc-org/crc#4109 (comment)

Change-Id: I1572332044dad4787df685e0e6a1e6204aac2187
  • Loading branch information
danpawlik committed Jul 20, 2024
1 parent 25dc59e commit 6f7710e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/prepare-crc-extracted/tasks/ensure_services_up.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---
# https://github.com/crc-org/crc/issues/4109#issuecomment-2042497411
- name: Delete all openshift-marketplace pods
ansible.builtin.command: |
oc delete pods --all -n openshift-marketplace
changed_when: false

- name: Copy script ensure_services_up.sh
ansible.builtin.copy:
src: ensure_services_up.sh
Expand Down

0 comments on commit 6f7710e

Please sign in to comment.