Skip to content

Instantly share code, notes, and snippets.

@ironcladlou
Created March 13, 2020 17:28
Show Gist options
  • Save ironcladlou/1277c99b9684cb1859c22dacf8eabbb9 to your computer and use it in GitHub Desktop.
Save ironcladlou/1277c99b9684cb1859c22dacf8eabbb9 to your computer and use it in GitHub Desktop.
Azure IPv6 TODO

Requires the following patches to get started:

  • openshift/installer#3251

    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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment