Johanan Liebermann
Johanan Liebermann
## General Fixes #529. This PR adds a new feature to MetalLB called **peer autodiscovery**. This feature allows MetalLB to create BGP peers by discovering their configuration from annotations and...
https://github.com/metallb/metallb/blob/9d6de1ee1b6d69a9424c4638c0fea81854b41dbb/speaker/bgp_controller.go#L289-L291 I'm assuming this global variable was created so that it can be "monkey patched" (as much as Go allows that) in tests in order to mock BGP sessions. The...
## Introduction We use MetalLB in our k8s distro and are generally very happy with it. We use the BGP mode exclusively. Our main use case is k8s clusters running...
https://github.com/metallb/metallb/issues/495 and https://github.com/metallb/metallb/issues/670 discuss adding support for selecting the source IP used for establishing BGP sessions. Since the two features are nearly identical I think we should agree on a...
The k8s LB ecosystem keeps expanding. We should get some overview of the other projects. Things to think about: - Feature parity - where are we similar to other projects?...
The current implementation of https://github.com/instaclustr/cassandra-operator/blob/1248f73f95e937010203f9eb74f7180641c550c3/pkg/controller/cassandradatacenter/configmap.go#L22 is in my opinion unnecessarily complex and could use some improvement. The way the function calls are structured makes it difficult to follow the code...
At the moment the operator produces log messages in the following format: ``` {"level":"info","ts":1566906621.2220764,"logger":"controller_cassandradatacenter","msg":"CassandraDataCenter reconciliation complete.","Request.Namespace":"default","Request.Name":"cassandra-sample-dc"} ``` It might be nicer to have human-readable timestamps.
**What this PR does / why we need it**: This PR adds Ignition support to CAPV and implements the first workload cluster flavor which uses Ignition based on Flatcar Container...
This PR fixes a few issues with markdown tables in `test/e2e/README.md`.
We can reduce the execution time of the e2e tests by at least 30 seconds by allowing Docker to cache: https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/3d8074ba7a46a82ccfa2fbd96e6de6e1308e6799/Makefile#L122-L124 The `e2e-image` Make target is executed every time `make...