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

CAPI v1beta2 phase 1 (new fields & deprecations): OpenStackMachine: update API contract to support Conditions #2375

Open
6 tasks
EmilienM opened this issue Jan 17, 2025 · 1 comment
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@EmilienM
Copy link
Contributor

/kind feature

Describe the solution you'd like

TO-DO:

  • Deprecate status.ready
  • Deprecate status.failureReason and status.failureMessage.
  • InfrastructureMachine's status.initialization.provisioned will surface into Machine's status.initialization.infrastructureProvisioned field.
  • InfrastructureMachine's status.initialization.provisioned must signal the completion of the initial provisioning of the machine infrastructure. The value of this field should never be updated after provisioning is completed, and Cluster API will ignore any changes to it.
  • InfrastructureMachine's status.conditions[Ready] will surface into Machine's status.conditions[InfrastructureReady] condition.
  • InfrastructureMachine's status.conditions[Ready] must surface issues during the entire lifecycle of the Machine (both during initial InfrastructureMachine provisioning and after the initial provisioning is completed).

Source

@k8s-ci-robot k8s-ci-robot added the kind/feature Categorizes issue or PR as related to a new feature. label Jan 17, 2025
@EmilienM EmilienM self-assigned this Jan 20, 2025
@EmilienM
Copy link
Contributor Author

I feel like this effort can wait a little. I haven't seen other providers working on it very actively (even CAPV which is usually in advance). Although we might want to work on our terminal failures & conditions.

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