mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
BZ2099314
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user