From b6c984a22d16ca8a823f4ea4aa8b56256daa805e Mon Sep 17 00:00:00 2001 From: Shauna Diaz Date: Tue, 30 Aug 2022 15:03:24 -0400 Subject: [PATCH] BZ2099314 --- modules/registry-accessing-directly.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/registry-accessing-directly.adoc b/modules/registry-accessing-directly.adoc index 05cecdfb62..78d29a369b 100644 --- a/modules/registry-accessing-directly.adoc +++ b/modules/registry-accessing-directly.adoc @@ -13,7 +13,7 @@ You can access the registry from inside the cluster. Access the registry from the cluster by using internal routes: ifdef::openshift-enterprise,openshift-webscale,openshift-origin[] -. Access the node by getting the node's address: +. Access the node by getting the node's name: + [source,terminal] ---- @@ -22,7 +22,7 @@ $ oc get nodes + [source,terminal] ---- -$ oc debug nodes/ +$ oc debug nodes/ ---- . To enable access to tools such as `oc` and `podman` on the node, run the following command: