Skip to content

Commit bf882e0

Browse files
committed
fixing errors
1 parent 3730de6 commit bf882e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/hcp-ts-hc-stuck.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If a hosted control plane is not coming fully online because a `HostedCluster` r
1212

1313
* Ensure that you meet all of the prerequisites for a hosted cluster on {VirtProductName}.
1414
* View the conditions on the `HostedCluster` and `NodePool` resources for validation errors that prevent progress.
15-
* By using the `kubeconfig` file of the hosted cluster, inspect the status of the hosted cluster:
15+
* By using the `kubeconfig` file of the hosted cluster, inspect the status of the hosted cluster:
1616
17-
** View the output of the `oc get clusteroperators` command to see which cluster Operators are pending.
17+
** View the output of the `oc get clusteroperators` command to see which cluster Operators are pending.
1818
** View the output of the `oc get nodes` command to ensure that worker nodes are ready.

modules/hosted-control-planes-troubleshooting.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Although the output does not contain any secret objects from the cluster, it can
4343
----
4444
$ oc adm must-gather \
4545
--image=registry.redhat.io/multicluster-engine/must-gather-rhel9:v<mce_version> \
46-
/usr/bin/gather hosted-cluster-namespace=HOSTEDCLUSTERNAMESPACE
46+
/usr/bin/gather hosted-cluster-namespace=HOSTEDCLUSTERNAMESPACE \
4747
hosted-cluster-name=HOSTEDCLUSTERNAME \
4848
--dest-dir=NAME ; tar -cvzf NAME.tgz NAME
4949
----

0 commit comments

Comments
 (0)