Yassine TIJANI
Yassine TIJANI
we should refactor the `kube-vip` code base to introduce unit test, in particular we should introduce a fake implementation of the network interface. we should also explore `envtest` for integration...
during some work with one of our users, @mtritabaugh came up with https://github.com/mtritabaugh/rack-detect which uses the host IP and some environment variables such as network CIDRs to determine BGP_PEERS and...
in some cases, when using kube-vip as a control plane endpoint to bootstrap clusters, the resource consumption (especially CPU) spikes in the first control plane machine when the second CP...
/kind feature **Describe the solution you'd like**: given that today CAPI doesn't scale/create machines gradually, CAPV should rate-limit the creation of tasks, to avoid overloading vcenter. This is especially true...
/kind feature **Describe the solution you'd like** As CPI runs some of k/k controllers, we need to match the CPI image tag with the KUBERNETES_VERSION. the patch version might be...
Signed-off-by: Yassine TIJANI **What this PR does / why we need it**: This PR introduces `LocalAPIServerPort` and deprecated the mis-used `APIServerPort` field, this currently holds the code changes, but things...
**User Story** As an operator I would like to see if an AZ is down and have KCP ignore those **Detailed Description** Currently failure domains are assumed to be always...
Signed-off-by: Yassine TIJANI **What this PR does / why we need it**: This PR allows defaulting/mutation of the OS field, this is needed to fix errors when upgrading the controller...
### Describe the bug while testing binding to an APIExport in a different workspace, @fabriziopandini and I noticed that binding to an export with a `.` in the name is...