okd-project / okd

The self-managing, auto-upgrading, Kubernetes distribution for everyone
https://okd.io
Apache License 2.0
1.72k stars 295 forks source link

Fresh installation of OKD results in pods keep restarting in namespace openshift-marketplace #2020

Closed 0xHexE closed 4 weeks ago

0xHexE commented 4 weeks ago

Describe the bug The pods in the openshift-marketplace keep restarting

Version 4.16.0-0.okd-scos-2024-08-21-155613

How reproducible Just install plain 4.16.0-0.okd-scos-2024-08-21-155613 or any other scos I tried this and this before version.

Log bundle No need I think it is just priopritry catalogues are enabled in this build.

0xHexE commented 4 weeks ago

This will disable the default sources

oc patch OperatorHub cluster --type json \
    -p '[{"op": "add", "path": "/spec/disableAllDefaultSources", "value": true}]'