-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
4.14, 4.15, 4.16, 4.17
-
None
-
None
-
False
-
Description of problem:
The documentation for configuring the image registry to use ODF and Ceph RGW in file registry/configuring_registry_storage/configuring-registry-storage-rhodf.adoc requires that we set .spec.disableRedirect in the imageregistry config.
The "Configuring the registry for OpenStack" documentation has the correct lines that needs to be added to the ODF doc:
From a command line, enter the following command to change the value of the spec.disableRedirect field in the config.imageregistry object to true:
$ oc patch configs.imageregistry.operator.openshift.io cluster --type merge --patch '{"spec":{"disableRedirect":true}}'