Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCPBUGS-44641: GCP placing *.apps record in wrong managed zone #9216

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 19, 2024

  1. OCPBUGS-44641: GCP placing *.apps record in wrong managed zone

    ** The *.apps record is not being placed in the correct DNS Managed Zone.
    The existing managed zone should be used only during xpn installs. The ingress
    operator was supplied with the incorrect managed zone information.
    barbacbd committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    7cf7241 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. ** Compare the private zone (if a precreated zone is found) to the ne…

    …twork that is expected to be used
    
    for installations.
    barbacbd committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    9dee075 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. ** Update cluster api to determine if the private zone is associated …

    …with the network provided.
    barbacbd committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    c6d93c8 View commit details
    Browse the repository at this point in the history