Skip to content

Commit dedacec

Browse files
authored
Merge pull request #37374 from apinnick/remove-port-exposed-registry-route
Removing port option from 'oc create route'
2 parents 7b67aef + 6a2e064 commit dedacec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/migration-creating-registry-route-for-dim.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ ifdef::advanced-migration-options-3-4[]
2525
+
2626
[source,terminal]
2727
----
28-
$ oc create route passthrough --service=docker-registry --port=5000 -n default
28+
$ oc create route passthrough --service=docker-registry -n default
2929
----
3030
endif::[]
3131

3232
* To create a route to an {product-title} 4 registry, run the following command:
3333
+
3434
[source,terminal]
3535
----
36-
$ oc create route passthrough --service=image-registry --port=5000 -n openshift-image-registry
36+
$ oc create route passthrough --service=image-registry -n openshift-image-registry
3737
----

0 commit comments

Comments
 (0)