Skip to content

Commit 79164b1

Browse files
authored
Merge pull request #91530 from lahinson/osdocs-13743-hcp-fix-command
[OSDOCS-13743]: Fixing command in steps to create a hosted cluster on BM and non-BM
2 parents 0a61f92 + c23e7a4 commit 79164b1

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)