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

OpenStackCluster: improve Conditions #2379

Open
EmilienM opened this issue Jan 20, 2025 · 0 comments
Open

OpenStackCluster: improve Conditions #2379

EmilienM opened this issue Jan 20, 2025 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@EmilienM
Copy link
Contributor

EmilienM commented Jan 20, 2025

/kind feature

Describe the solution you'd like

FailureReason and FailureMessage are being deprecated and will be removed at some point. Conditions should be used to handle the OpenStackCluster status during its lifecycle.

We also want to get rid of the Terminal Failures (we have one for the LoadBalancer).

We also want to improve errors management:

  • OpenStackCluster is being reconciled while conditions are in temporary state
  • OpenStackCluster is not reconciled anymore once we have a Condition that is to recoverable (human readable error message is provided in the Condition).
@k8s-ci-robot k8s-ci-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
Status: Inbox
Development

No branches or pull requests

2 participants