cancel
Showing results for 
Search instead for 
Did you mean: 
Joseph5
Cadet
Cadet
  • 216 Views

DO370 ch04s02: Registry storage still uses filesystem instead of S3

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?

Labels (1)
0 Kudos
0 Replies
Join the discussion
You must log in to join this conversation.