Stefan Büringer
Stefan Büringer
**What this PR does / why we need it**: Testing https://github.com/kubernetes-sigs/controller-runtime/pull/2799 Note: This PR (once finalized) will **not** be merged before CAPI v1.8 **Which issue(s) this PR fixes** *(optional, in...
### What would you like to be added (User Story)? In CR v0.15 there was a change which allows us to reduce the amount of http clients used and thus...
We repeatedly had the issue that we added new defaulting to KubeadmConfigSpec fields, which lead to rollouts in KCP after CAPI upgrade: * #6093 * #8124 The goal of this...
This issue is tracking the tasks that should be implemented **after** the Kubernetes minor release has been released. ## Tasks **Note:** If feasible we usually cherry-pick the changes back to...
Hey folks, I was trying to use the release-notes tool to generate release notes for CR. I hit two issues: 1. It was necessary to specifcy `branch` because we don't...
> the kube-proxy v1alpha2 is planned for release in 1.31. > @neolit123 https://github.com/kubernetes/kubeadm/issues/1681#issuecomment-2149967304 Sooner or later we have to figure out what we should do about it in core CAPI.
### User story As a user it would be nice if a deleting MD always stays around until all underlying MachineSets and Machines are deleted. ### Some details Today MD...
I noticed that CAPO is reporting periodic test failures to Slack, e.g.: https://kubernetes.slack.com/archives/CFKJB65G9/p1713540048571589 I think think this is a great way to surface issues with CI (and also folks can...
As of today MachineDeployments manage a history of MachineSet objects. This feature roughly consists of: * Keeping a number of old MachineSets around (can be configured via MD.spec.revisionHistoryLimit) * Re-using...
### What steps did you take and what happened? There are a lot of errors in the logs of our conversion unit tests (xref: https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_cluster-api/8007/pull-cluster-api-test-mink8s-main/1654053928607682560/build-log.txt) > {"Time":"2023-05-04T09:26:31.736455585Z","Action":"output","Package":"sigs.k8s.io/cluster-api/exp/addons/api/v1alpha3","Test":"TestClusterResourceSetConversion","Output":"=== RUN TestClusterResourceSetConversion\n"} >...