Requires the following patches to get started:
-
Pull the patch manually into the installer:
git remote add jhixson74 https://github.com/jhixson74/installer.git git cherry-pick 11a381308dc2cfb21fcdaf97cc50fc42fd50b1eb
This presumably fixes some flakiness.
-
openshift/terraform-provider-azurerm#1
Add a replace entry in the installer go.mod:
github.com/terraform-providers/terraform-provider-azurerm => github.com/jhixson74/terraform-provider-azurerm jhixson-release-1.41.0
This fixes the private IP address issue when creating internal LBs. See https://bugzilla.redhat.com/show_bug.cgi?id=1805251 for more details.
-
openshift/cluster-api-provider-azure#107
Make a release image with this @cluster-bot command:
build openshift/cluster-api-provider-azure#107
Not sure what this fixes, but need to use a release image override for it.