1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00

BZ2099314

This commit is contained in:
Shauna Diaz
2022-08-30 15:03:24 -04:00
parent 6201d75470
commit b6c984a22d

View File

@@ -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/<node_address>
$ oc debug nodes/<node_name>
----
. To enable access to tools such as `oc` and `podman` on the node, run the following command: