Closed
Description
Not sure if this is simply missing documentation or a feature request.
We're using the following configuration to deploy SNO clusters via hive.
platform:
aws:
region: us-east-1
zones:
- us-east-1a
- us-east-1b
I'd expect this to result in subnets/NAT Gateways to be created in just us-east-1a
and us-east-1b
, but the installer is creating gateways in 1c
through 1f
as well.
Since the Openshift Installer defines this as an acceptable configuration parameter, I'm assuming the issue lies in hive; but I'm happy to repost this to the installer repository if developers here can confirm that is a better place for it.