Stefan Büringer
Stefan Büringer
Let's pick this up in CAPV, after this was implemented in core CAPI via: https://github.com/kubernetes-sigs/cluster-api/issues/11224
The goal of this issue is to implement the "When testing the machinery for scale testing" e2e test (see upstream Cluster API test) for supervisor with vcsim (extracted from https://github.com/kubernetes-sigs/cluster-api/issues/9620)
Similar to Cluster API we should start using Ginkgo labels (https://github.com/kubernetes-sigs/cluster-api/issues/9620). This should make it easier to label our tests correctly. E.g. with the manual "tagging" + corresponding job config...
### What would you like to be added? I would like to have a standardized annotation to exclude Pods from Node drains. This annotation should be implement by kubectl drain,...
**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)*:...
Once Kubernetes bumped to Go 1.23 we should also bump to Go 1.23 in Cluster API. Tasks: * [ ] Check if there is anything new in Go 1.23 that...
Tracking issue for v1beta1 apiVersion removal. This will stay around for a while. For sake of simplicity, also IPAM v1alpha1 and Runtime v1alpha1 will be included Context: * CAPI supports...
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...
To be honest, I'm not sure what we want to do or if we want to do something, but just found out that pkg/errors is archived. See: https://github.com/pkg/errors/issues/245 /kind bug...
Today patchHelper calculates patches by comparing two objects (let's call them original & desired). The patch that is send to the apiserver then only contains the delta. This works fine...