File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ To see a full list of options that you can specify when creating the registry:
80
80
$ oc adm registry --help
81
81
----
82
82
83
- Please note that the value for `--fs-group` must be
83
+ The value for `--fs-group` must be
84
84
xref:../../install_config/persistent_storage/pod_security_context.adoc#fsgroup[permitted by the SCC]
85
85
used by the registry (typically, the restricted SCC).
86
86
endif::[]
@@ -398,7 +398,7 @@ docker-registry.default.svc.cluster.local
398
398
docker-registry.default.svc
399
399
----
400
400
+
401
- * Service IP address.
401
+ * Service IP address.
402
402
+
403
403
For example:
404
404
+
@@ -412,7 +412,7 @@ Use the following command to get the Docker registry service IP address:
412
412
oc get service docker-registry --template='{{.spec.clusterIP}}'
413
413
----
414
414
+
415
- * Public hostname.
415
+ * Public hostname.
416
416
+
417
417
For example:
418
418
+
@@ -426,7 +426,7 @@ Use the following command to get the Docker registry public hostname:
426
426
oc get route docker-registry --template '{{.spec.host}}'
427
427
----
428
428
+
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:
430
430
+
431
431
----
432
432
X509v3 Subject Alternative Name:
You can’t perform that action at this time.
0 commit comments