Skip to content

Commit c23e7a4

Browse files
committed
[OSDOCS-13743]: Fixing command in steps to create a hosted cluster on BM and non-BM
1 parent 236ccd4 commit c23e7a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/hcp-bm-hc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ $ hcp create cluster agent \
6666
+
6767
[source,terminal]
6868
----
69-
$ oc -n <hosted_control_plane_namespace> get pods
69+
$ oc -n <hosted_cluster_namespace>-<hosted_cluster_name> get pods
7070
----
7171
+
7272
.Example output

modules/hcp-non-bm-hc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $ hcp create cluster agent \
6363
+
6464
[source,terminal]
6565
----
66-
$ oc -n <hosted_control_plane_namespace> get pods
66+
$ oc -n <hosted_cluster_namespace>-<hosted_cluster_name> get pods
6767
----
6868
+
6969
.Example output

0 commit comments

Comments
 (0)