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

🐛 api: openstackcluster.status default to false #1842

Merged
merged 1 commit into from
Feb 9, 2024

Commits on Feb 7, 2024

  1. api: openstackcluster.status default to false

    When a reconcile loop for the bastion is requeued, we have
    this error:
    ```
    OpenStackCluster.infrastructure.cluster.x-k8s.io \"cluster-e2e-rha0r3\" is invalid: ready: Required value"
    ```
    
    The OpenStackMachine.Status is false by default now, so if the status
    has not been set to anything, patching the object will not fail with the
    previous error.
    EmilienM committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    e6092b8 View commit details
    Browse the repository at this point in the history