cluster-api
cluster-api copied to clipboard
Home for Cluster API, a subproject of sig-cluster-lifecycle
Some time ago the v1beta4 version of the kubeadm API added ClusterConfiguration.CertificateValidityPeriod and ClusterConfiguration.CACertificateValidityPeriod, but those fields currently are not surfaces in KubeadmConfig / KubeadmControlPlane CRD. When we will consider...
**What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the issue(s) when PR gets merged)*:...
**What this PR does / why we need it**: Updates the `github.com/olekukonko/tablewriter` package to v1.0.7 version which contains some breaking changes. **Which issue(s) this PR fixes** *(optional, in `fixes #(,...
**What this PR does / why we need it**: This PR is to migrate from promtail to alloy **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)`...
**What this PR does / why we need it**: This PR enhances disk partitioning capabilities by introducing support for custom partition layouts through the new `DiskLayout` field. Previously, disk partitioning...
MachineSetPreflightChecks + maxSurge zero results in MDs downscaled for a time longer than desirable
### What would you like to be added (User Story)? As a user, when I use maxSurge zero, I would like the time where my MachineDeploymenst are downscaled to be...
### What steps did you take and what happened? Provide a private github repo go getter url like this in the e2e config file: ``` - name: kubeadm type: BootstrapProvider...
### What would you like to be added (User Story)? As an operator, I would like to use the Addon provider for cdk8s (CAAPC), with clusterctl. ### Detailed Description From...
### What would you like to be added (User Story)? As an operator, I would like to visualize the structure and details of my CAPI clusters in the standard dashboard...
### What steps did you take and what happened? Add check to validate `PREVIOUS_RELEASE_TAG` that it should contains `rc` or `beta` in the provided value. For example 1. Generating notes...