Skip to content

Commit

Permalink
Merge pull request #75210 from stevsmit/OCPBUGS-10026
Browse files Browse the repository at this point in the history
Updates Ceph Radow IR docs
  • Loading branch information
stevsmit committed Apr 29, 2024
2 parents 0d8b663 + abea0a8 commit 0127143
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -70,11 +70,11 @@ $ AWS_SECRET_ACCESS_KEY=$(oc get secret -n openshift-storage rgwbucket -o jsonpa
$ oc create secret generic image-registry-private-configuration-user --from-literal=REGISTRY_STORAGE_S3_ACCESSKEY=${AWS_ACCESS_KEY_ID} --from-literal=REGISTRY_STORAGE_S3_SECRETKEY=${AWS_SECRET_ACCESS_KEY} --namespace openshift-image-registry
----

. Get the `buckethost` value by entering the following command:
. Get the `route` host by entering the following command:
+
[source,terminal]
----
$ route_host=$(oc get objectbucket $bucket_name -n openshift-storage -o=jsonpath='{.spec.endpoint.bucketHost}')
$ route_host=$(oc get route ocs-storagecluster-cephobjectstore -n openshift-storage --template='{{ .spec.host }}')
----
+
Expand Down

0 comments on commit 0127143

Please sign in to comment.