mirror of
https://github.com/openshift/installer.git
synced 2026-02-06 18:47:19 +01:00
Add a field to azure platform to specific the name for an existing resource group where the cluster should be installed. - This resource group should only be used for this specific cluster and the cluster components will assume assume ownership of all resources in the resource group. - Destroying the cluster using installer will delete this resource group. - This resource group must be empty with no other resources when trying to use it for creating a cluster. If not set the installer will continue to create a new resource group using the Infra identifier.