-
Bug
-
Resolution: Unresolved
-
Normal
-
4.19
-
None
-
2
-
OpenShift SPLAT - Sprint 263
-
1
-
False
-
Description of problem:
openshift-install is always raise WANING when install a cluster on AWS Region us-east-1 with default configuration, no zones is set. ~~~ WARNING failed to find default instance type for worker pool: no instance type found for the zone constraint WARNING failed to find default instance type: no instance type found for the zone constraint ~~~ The process to discover zones list all zones in the region, then tries to describe instance type offerings across all zones from a list of supported instance types by installer. The problem that there is an "dead" zone in this region, the us-east-1e (ID use1-az3), which does not support any instance type we support, leading in creating infra resources in one zone which isn't useful as may not able to launch supported instance types there.
Version-Release number of selected component (if applicable):
* (?)
How reproducible:
always
Steps to Reproduce:
1. create install-config targeting AWS region us-east-1, without setting zones (default) 2. create manifests, or create cluster
Actual results:
~~~ WARNING failed to find default instance type for worker pool: no instance type found for the zone constraint WARNING failed to find default instance type: no instance type found for the zone constraint ~~~ The WARNING is raised, the install does not fail because the fallback instance type is supported across zones used to make Control Plane and Worker nodes
Expected results:
No WARNINGS/failures
Additional info:
- is related to
-
OCPBUGS-46596 ec2:DescribeInstanceTypeOfferings should be required
- POST
- links to