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

Fixing command in steps to create a hosted cluster on BM and non-BM

This commit is contained in:
Laura Hinson
2025-04-02 11:30:57 -04:00
committed by openshift-cherrypick-robot
parent 544cee635f
commit 5928e36f77
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ $ hcp create cluster agent \
+
[source,terminal]
----
$ oc -n <hosted_control_plane_namespace> get pods
$ oc -n <hosted_cluster_namespace>-<hosted_cluster_name> get pods
----
+
.Example output

View File

@@ -63,7 +63,7 @@ $ hcp create cluster agent \
+
[source,terminal]
----
$ oc -n <hosted_control_plane_namespace> get pods
$ oc -n <hosted_cluster_namespace>-<hosted_cluster_name> get pods
----
+
.Example output