cluster-api
cluster-api copied to clipboard
Home for Cluster API, a subproject of sig-cluster-lifecycle
**What this PR does / why we need it**: Changes based on #6992 * Adds deprecated warning to `clusterctl restore` and `clusterctl backup`. Example ```shell $ clusterctl backup --directory ~/temp/clusterctl-backup/...
**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**: Make NodeDeletionTimeOut field in MachineDeployment configurable. **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close...
**What this PR does / why we need it**: Can be used during clusterctl init to ignore validation errors, most frequently during development of tools that consume clusterctl as a...
**What this PR does / why we need it**: The docs to remove the default control plane taints instruct the user to set the value to _an empty slice, i.e....
When Cluster API is backed up and restored the ownerReferences on the Kubernetes Secrets relating to the cluster are not restored. This doesn't seem to cause issues in the functioning...
**User Story** As a operator of the cluster API, when I make changes to an existing MachineDeployment or MachineSet infrastructure template, any existing nodes previously managed are reconciled, replaced and...
**What this PR does / why we need it**: - introduces a new timeout called `volumeDetachTimeout` used to wait for volume detachment happen within the timeout limit - introduces a...
**What this PR does / why we need it**: Adds 3 pr's that updates the CAPI book and proposals diagrams and the Makefile. * [Update plantuml version (v1.2019.6 -> v1.2022.6)](https://github.com/kubernetes-sigs/cluster-api/pull/7050/commits/1a0b5a561d4aecb7ddec3c10d6a5ff0bea44ab35)...
Signed-off-by: Tobias Giese **What this PR does / why we need it**: This PR implements the sub-commands `rollout`, `pause` and `resume` for `clusterctl alpha rollout` **Which issue(s) this PR fixes**...