Skip to content

Commit dc26a9b

Browse files
authored
Merge pull request #8965 from openshift-cherrypick-robot/cherry-pick-8961-to-enterprise-3.7
[enterprise-3.7] PR8804 Follow-up Minor Edits
2 parents db0cd18 + 5fececa commit dc26a9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

install_config/registry/deploy_registry_existing_clusters.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ To see a full list of options that you can specify when creating the registry:
8080
$ oc adm registry --help
8181
----
8282

83-
Please note that the value for `--fs-group` must be
83+
The value for `--fs-group` must be
8484
xref:../../install_config/persistent_storage/pod_security_context.adoc#fsgroup[permitted by the SCC]
8585
used by the registry (typically, the restricted SCC).
8686
endif::[]
@@ -398,7 +398,7 @@ docker-registry.default.svc.cluster.local
398398
docker-registry.default.svc
399399
----
400400
+
401-
* Service IP address.
401+
* Service IP address.
402402
+
403403
For example:
404404
+
@@ -412,7 +412,7 @@ Use the following command to get the Docker registry service IP address:
412412
oc get service docker-registry --template='{{.spec.clusterIP}}'
413413
----
414414
+
415-
* Public hostname.
415+
* Public hostname.
416416
+
417417
For example:
418418
+
@@ -426,7 +426,7 @@ Use the following command to get the Docker registry public hostname:
426426
oc get route docker-registry --template '{{.spec.host}}'
427427
----
428428
+
429-
For example, the server certificate should contain SAN details similar to the following:
429+
For example, the server certificate should contain SAN details similar to the following:
430430
+
431431
----
432432
X509v3 Subject Alternative Name:

0 commit comments

Comments
 (0)