Step 4.4 has me patch the image registry config to use noobaa.
Step 4.5 has me output the image registry config and validate that it's set to S3.
Step 4.6 has me monitor the redeployment of the image-registry pod. However, a redeployment did not occur. The footnote states: if the redeployment did not occur, run oc edit and verify that spec.storage is correct.
I run `oc edit configs.imageregistry/cluster` and verify that spec.storage has the correct bucket name, region, and region endpoint (with https). spec.storage exactly matches the output of 4.5
I redeploy the pods using `oc rollout restart deploy/image-registry` . Then I run the check script in 4.7. However it outputs `REGISTRY_STORAGE fileystem` rather than the expected `REGISTRY_STORAGE s3`.
What am I missing?
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.