1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/rosa-troubleshooting-invalidinstallconfigsubnet-failure-deployment.adoc

33 lines
1.1 KiB
Plaintext

// Module included in the following assemblies:
//
// * support/rosa-troubleshooting-deployments.adoc
:_mod-docs-content-type: PROCEDURE
[id="rosa-troubleshooting-invalidinstallconfigsubnet-failure-deployment_{context}"]
= Troubleshooting cluster creation with an InvalidInstallConfigSubnet error
If a cluster creation action fails, you might receive the following error messages.
.Example install logs output
[source,terminal]
----
platform.aws.subnets[1]: Invalid value: "subnet-0babad72exxxxxxxx": subnet's CIDR range start 10.69.1x.3x is outside of the specified machine networks
----
.Example {cluster-manager} output
[source,terminal]
----
Provisioning Error Code: OCM3020
Provisioning Error Message: Subnet CIDR ranges are outside of specified machine CIDR.
----
These errors indicate that a subnet's CIDR range start is outside of the specified machine networks.
.Procedure
. Check your subnet configuration.
. Edit your machine CIDR range to include all subnet CIDR ranges.
Generally, your machine CIDR should match your VPC CIDR.
For more information about CIDR ranges, see _CIDR range definitions_ in the _Additional resources_ section .