mirror of
https://github.com/openshift/installer.git
synced 2026-02-06 09:47:02 +01:00
The 'edge' compute pool is created to deploy nodes in Local Zones which should not share the same pool as the regular 'worker', due the design details, use case, and availability of edge locations in AWS. This change allows the installer to accept the item 'name=edge' on the 'compute' list on install-config.yaml, when installing a cluster in existing VPC with subnetIds located in Local Zones. The design details are available in the Enhancement Proposal[1]. [1] Enhancement Proposal: https://github.com/openshift/enhancements/pull/1232