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-44910: openstack: don't reconcile image registry config during bootstrap #5178

Merged
merged 1 commit into from
Nov 28, 2024

Commits on Nov 26, 2024

  1. OCPBUGS-44910: openstack: don't reconcile image registry config durin…

    …g bootstrap
    
    For platforms where cluster-image-registry-operator (CIRO) needs a PVC to be created, bootstrap needs to happen
    in CIRO before the registry config is created. For now, this is the case for the OpenStack platform.
    If the object exist, we reconcile the registry config for other other fields as it should be fine since the PVC would
    exist at this point.
    
    This patch will maintain a list of platforms that require a PVC for CIRO
    (OpenStack only for now), check whether an image registry config already
    exist and if it does, skip reconcile to let CIRO bootstrap doing it and
    creating the needed PVC for CIRO.
    EmilienM committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    1341901 View commit details
    Browse the repository at this point in the history