You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On some images (especially on legacy CRC images e.g. 2.30.0), there
is no need to run the openshift-marketplace workaround which is
removing all the pods from the namespace.
That step might be problematic on old deployments, due the
ImagePullPolicy is set to "Always", so after removing the
pods when the credentials are vanished, pods would be not recreated.
Signed-off-by: Daniel Pawlik <[email protected]>
Copy file name to clipboardExpand all lines: roles/openshift_setup/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,3 +27,4 @@ effect if `cifmw_openshift_setup_ca_registry_to_add` is set.
27
27
- mirror.quay.rdoproject.org
28
28
```
29
29
*`cifmw_openshift_setup_metal3_watch_all_ns`: (Boolean) Tells Metal3 BMO to watch resources out of its namespace. Defaults to `false`.
30
+
*`cifmw_openshift_setup_apply_marketplace_fix`: (Boolean) Apply openshift-marketplace workaround which is recreating all pods in the namespace. NOTE: same step is done in `base` job.
0 commit comments