cluster-api
cluster-api copied to clipboard
Home for Cluster API, a subproject of sig-cluster-lifecycle
…ncileControlPlane **What this PR does / why we need it**: cluster ControlPlaneInitializedCondition reports if the cluster's control plane has been initialized such that the cluster's apiserver is reachable and at...
**What this PR does / why we need it**: This PR add MachineHealthCheck support to make controlplane machines whose certificate are not valid for more than a min duration specified...
**User Story** As a user/operator I would like Cluster API to get a comprehensive solution for Cluster addons lifecycle **Detailed Description** This builds up on https://github.com/kubernetes-sigs/cluster-api/issues/4166 and from recent discussions...
**User Story** As a user I would like to be able to see individual MachinePool machine resources and be able to manipulate them. **Detailed Description** For example, as a user...
**What this PR does / why we need it**: There's a UX lack to signal permanent machine failures in MachineSet and MachineDeployments. This PR solves that by bubbling up permanent...
**User Story** As a Cluster API provider developer, I would like to have a doc describing clear contracts between CAPI and providers for managed k8s service. **Detailed Description** When [Managed...
**What this PR does / why we need it**: Make logs for the MachineSet scale up/down workflow consistent with the new logging guidelines **Which issue(s) this PR fixes**: Rif https://github.com/kubernetes-sigs/cluster-api/issues/6994
Labels and annotations for MachineDeployments and KubeadmControlPlane created by topology controller
**User Story** As a user I would like to specify labels and annotations for `MachineDeployment` and `KubeadmControlPlane` created by topology controller to be used used by `cluster-autoscaler` or for filtering....
**User Story** As a user, on some infrastructures when I go to deploy a cluster with names like the following, I experience some form of breakage: ### Example names *...
**User Story** As a provider developer I would like to write e2e tests that use the CAPI E2E test framework for running e2e tests against a control plane and bootstrap...