Yuvaraj Kakaraparthi
Yuvaraj Kakaraparthi
**Detailed Description** `clusterctl init --list-images` currently requires that there exists a cluster that is already initialized. When running with a cluster that is not initialized the command throws the following...
**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...
**Details:** This issue is to discuss how to surface that a cluster deletion is blocked when the `BeforeClusterDelete` hook blocks the deletion of a process with a blocking response. We...
Context for the approve2 plugin: - _TODO: add links here_ This is a WIP PR. More details on how the plugin works will be added soon. This PR needs a...
This PR adds a slack user group for the Cluster API release team. **Which issue(s) this PR fixes**: Fixes #
**What steps did you take and what happened:** * Create a management cluster with `CLUSTER_TOPOLOGY` feature gate enabled * Create a classy cluster * Initialize CAPI on the classy cluster...
**What this PR does / why we need it**: This PR fixes the Kubernetes version upgrade propagation logic in managed topologies so that the upgrades are always done sequentially. TODO:...
**Detailed Description** The [`MachinesNeedingRollout`](https://github.com/ykakarap/cluster-api/blob/bf99b6a2425c603c7a544bd318132b7270fa17cf/controlplane/kubeadm/internal/control_plane.go#L248) and the [`UpToDateMachines`](https://github.com/ykakarap/cluster-api/blob/bf99b6a2425c603c7a544bd318132b7270fa17cf/controlplane/kubeadm/internal/control_plane.go#L265) functions in `controlplane/kubeadm/internal/` use a combination of filters to determine if a machine needs rollout (or the negation = is stable). Let's introduce...
**What this PR does / why we need it**: This PR documents about the new automatic control plane certificate renewal support through repave in KCP. The feature was introduced in:...
**User Story** As a user I would like to be able see MachineHealthChecks acting on a cluster in the at-a-glance view generated by `clusterctl describe cluster`. **Detailed Description** Currently MHCs...