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): OpenStackCluster: update API contract to support Conditions #2374

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

Comments

@EmilienM
Copy link
Contributor

EmilienM commented Jan 17, 2025

/kind feature

Describe the solution you'd like

TO-DO:

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

Source

@EmilienM EmilienM self-assigned this Jan 17, 2025
@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 changed the title CAPI v1beta2: OpenStackCluster: add status.initialization.provisioned CAPI v1beta2: OpenStackCluster: update API contract to support Conditions Jan 17, 2025
@EmilienM EmilienM changed the title CAPI v1beta2: OpenStackCluster: update API contract to support Conditions CAPI v1beta2 Phase 1 (new fields & deprecations): OpenStackCluster: update API contract to support Conditions Jan 17, 2025
@EmilienM EmilienM changed the title CAPI v1beta2 Phase 1 (new fields & deprecations): OpenStackCluster: update API contract to support Conditions CAPI v1beta2 phase 1 (new fields & deprecations): OpenStackCluster: update API contract to support Conditions Jan 17, 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