Skip to content

Commit 0127143

Browse files
authored
Merge pull request #75210 from stevsmit/OCPBUGS-10026
Updates Ceph Radow IR docs
2 parents 0d8b663 + abea0a8 commit 0127143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/registry-configuring-registry-storage-rhodf-cephrgw.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ $ AWS_SECRET_ACCESS_KEY=$(oc get secret -n openshift-storage rgwbucket -o jsonpa
7070
$ 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
7171
----
7272

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

0 commit comments

Comments
 (0)