Skip to content

Commit c324394

Browse files
authored
Merge pull request #95778 from openshift-cherrypick-robot/cherry-pick-94251-to-enterprise-4.20
[enterprise-4.20] OSDOCS-14361:Added ROSA HCP cluster install errors troubleshooting section
2 parents 0fcc2f5 + 90c73cd commit c324394

File tree

2 files changed

+82
-3
lines changed

2 files changed

+82
-3
lines changed
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * support/rosa-troubleshooting-installations-hcp.adoc
4+
5+
:_mod-docs-content-type: CONCEPT
6+
[id="rosa-troubleshoot-hcp-install_{context}"]
7+
= Troubleshooting {hcp-title} installation error codes
8+
9+
The following table lists {hcp-title-first} installation error codes and what you can do to troubleshoot these errors.
10+
11+
.{hcp-title} installation error codes
12+
[options="header",cols="3"]
13+
|===
14+
| Error code | Description | Resolution
15+
16+
| OCM3999
17+
| Unknown error.
18+
| Check the cluster installation logs for more details, or delete this cluster and retry cluster installation. If this issue persists, contact support by logging in to the link:https://access.redhat.com/support/cases/#/case/list[*Customer Support* page].
19+
20+
| OCM5001
21+
| {hcp-title} cluster provision has failed.
22+
| Check the cluster installation logs for more details, or delete this cluster and retry cluster installation. If this issue persists, contact support by logging in to the link:https://access.redhat.com/support/cases/#/case/list[*Customer Support* page].
23+
24+
| OCM5002
25+
| The maximum resource tag size of 25 has been exceeded.
26+
| Check the cluster information to determine if you can remove any unnecessary tags you have specified and retry cluster installation.
27+
28+
| OCM5003
29+
| Unable to establish an AWS client to provision the cluster.
30+
| You must create several role resources on your AWS account to create and manage a {hcp-title} cluster. Ensure that your provided AWS credentials are correct and retry cluster installation.
31+
32+
For more information about {hcp-title} IAM role resources, see _ROSA IAM role resources_ in the _Additional resources_ section.
33+
34+
| OCM5004
35+
| Unable to establish a cross-account AWS client to provision the cluster.
36+
| You must create several role resources on your AWS account to create and manage a {hcp-title} cluster. Ensure that your provided AWS credentials are correct and retry cluster installation.
37+
38+
For more information about {hcp-title} IAM role resources, see _ROSA IAM role resources_ in the _Additional resources_ section.
39+
40+
| OCM5005
41+
| Failed to retrieve AWS subnets defined for the cluster.
42+
| Review the provided subnet IDs and retry cluster installation.
43+
44+
| OCM5006
45+
| You must configure at least one private AWS subnet for the cluster.
46+
| Review the provided subnet IDs and retry cluster installation.
47+
48+
| OCM5007
49+
| Unable to create AWS STS prerequisites for the cluster.
50+
| Verify that account and operator roles have been created and are correct. For more information, see _AWS STS and ROSA with HCP explained_ in the _Additional resources_ section.
51+
52+
| OCM5008
53+
| The provided cluster flavour is incorrect.
54+
| Verify that the provided name or ID is correct when you are using the flavour parameter and retry cluster creation.
55+
56+
| OCM5009
57+
| The cluster version could not be found.
58+
| Ensure that the configured version ID matches a valid {hcp-title} version.
59+
60+
| OCM5010
61+
| Failed to tag subnets for the cluster.
62+
| Confirm that the AWS permissions and the subnet configurations are correct. You must tag at least one private subnet and, if applicable, one public subnet.
63+
64+
| OCM5011
65+
| Cluster installation has failed due to unavailable capacity in the selected region.
66+
| Try your cluster installation in another region or retry cluster installation.
67+
68+
|===

support/troubleshooting/rosa-troubleshooting-installations-hcp.adoc

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,30 @@
11
:_mod-docs-content-type: ASSEMBLY
22
include::_attributes/attributes-openshift-dedicated.adoc[]
33
[id="rosa-troubleshooting-installations-hcp"]
4-
= Troubleshooting ROSA with HCP cluster installations
4+
= Troubleshooting {hcp-title} cluster installations
55
:context: rosa-troubleshooting-installations-hcp
66
//Remove this adoc from rosa-classic docs and add xrefs back in once HCP migration occurs.
77
toc::[]
88

9-
For help with the installation of {hcp-title} clusters, refer to the following sections.
9+
For help with the installation of {hcp-title-first} clusters, refer to the following sections.
1010

1111
include::modules/rosa-verify-hcp-install.adoc[leveloffset=+1]
1212

13+
//remove these conditionals once HCP migration happens
1314
ifndef::openshift-rosa-hcp[]
1415
[role="_additional-resources"]
1516
.Additional resources
16-
* For information about the prerequisites to installing {hcp-title} clusters, see xref:../../rosa_planning/rosa-sts-aws-prereqs.adoc#rosa-sts-aws-prereqs[AWS prerequisites for ROSA with STS].
17+
* For information about the prerequisites for installing {hcp-title} clusters, see xref:../../rosa_planning/rosa-sts-aws-prereqs.adoc#rosa-sts-aws-prereqs[AWS prerequisites for ROSA with STS].
18+
endif::openshift-rosa-hcp[]
19+
20+
include::modules/rosa-troubleshoot-hcp-install.adoc[leveloffset=+1]
21+
22+
//remove these conditionals once HCP migration happens
23+
ifndef::openshift-rosa-hcp[]
24+
[role="_additional-resources"]
25+
.Additional resources
26+
* For information about the required IAM, see xref:../../rosa_planning/rosa-sts-ocm-role.adoc#rosa-sts-ocm-role[ROSA IAM role resources].
27+
* For information about the AWS STS prerequisites for {hcp-title} clusters, see xref:../../welcome/cloud-experts-rosa-hcp-sts-explained.adoc#cloud-experts-rosa-hcp-sts-explained[AWS STS and ROSA with HCP explained].
1728
endif::openshift-rosa-hcp[]
1829
1930
include::modules/rosa-hcp-no-console-access.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)