Skip to content

Commit 64a73da

Browse files
authored
Merge pull request #49780 from ShaunaDiaz/BZ2099314
BZ2099314 updating procedure for accessing registry from the cluster
2 parents 4bcaeeb + b6c984a commit 64a73da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/registry-accessing-directly.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can access the registry from inside the cluster.
1313
Access the registry from the cluster by using internal routes:
1414

1515
ifdef::openshift-enterprise,openshift-webscale,openshift-origin[]
16-
. Access the node by getting the node's address:
16+
. Access the node by getting the node's name:
1717
+
1818
[source,terminal]
1919
----
@@ -22,7 +22,7 @@ $ oc get nodes
2222
+
2323
[source,terminal]
2424
----
25-
$ oc debug nodes/<node_address>
25+
$ oc debug nodes/<node_name>
2626
----
2727

2828
. To enable access to tools such as `oc` and `podman` on the node, run the following command:

0 commit comments

Comments
 (0)