cluster-api
cluster-api copied to clipboard
Home for Cluster API, a subproject of sig-cluster-lifecycle
### What would you like to be added (User Story)? Automate the process to fix `MULTIPLE_AREAS` and multiple colon(:) in the same line of generated release notes!! ### Detailed Description...
**What this PR does / why we need it**: Introduce a `nodeDeletionStrategy` at cluster level, to allow opt-in node drain during cluster deletion. Keep the default behavior the same as...
### What would you like to be added (User Story)? As a user I would like to have a distributionVersion field to better handle versioning of the kubernetes distribution being...
### What would you like to be added (User Story)? As a developer I would like to `Support defining deletion priority for Machine`. ### Detailed Description For high availability, we...
Controller-runtime deprecated result.Requeue in v0.21.0. We should: * [ ] Investigate where we are still using it and consider migrating away if appropriate * [ ] Remove the exclude rule...
**What this PR does / why we need it**: This PR reorganizes the MachinePool controller code organizations to match other controllers (e.g., `Machine`) in order to better tag @mboersma and...
**What this PR does / why we need it**: This PR attempts to update the Developing providers section of the Cluster API Book. It updates examples to reflect the current...
### What steps did you take and what happened? Use kubeadmcontrolplane ### What did you expect to happen? This would have been a feature request, but as of 2024/1/1 this...
### What would you like to be added (User Story)? CAPI should ensure control plane labels and taints are reapplied to replacement nodes after node deletion ### Detailed Description Cluster...
Before 1.11, machine deployment wasn't updating replica counters of phase during deletion With v1.11 this was fixed, but when deleting a machine deployment phase is scalingDown which is correct except...