Skip to content

Adopt CAPI v1beta2 conditions #2107

Open
@adilGhaffarDev

Description

@adilGhaffarDev
  • The fields .status.failureMessage and .status.failureReason are being deprecated in Cluster API (CAPI). Refer to the related PR: #11317.

    • Remove capierrors (sigs.k8s.io/cluster-api/errors) from our implementation.
    • Define a custom error struct to handle similar functionality.
    • Consider completely removing .status.failureMessage and .status.failureReason and add conditions for these failures. Refer to the proposal for detailed information.
  • Add API types to support compatibility between v1beta2 and v1beta1 status fields. Relevant PR: #11234

  • CAPI introduces MachineReadinessGate in MachineSpec. This allows third-party controllers to add conditions.

    • Evaluate the potential use of MachineReadinessGate in the Metal3 (CAPM3) implementation.
    • Consider adding a Metal3MachineReadinessGate if there’s a clear use case.
  • The output of kubectl get machines -o wide has been improved. For details, refer to Machine Print Columns.

    • Enhance the kubectl get m3m -o wide output for Metal3 resources to provide similar improvements.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureCategorizes issue or PR as related to a new feature.triage/acceptedIndicates an issue is ready to be actively worked on.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions