jtcarnes

Results 13 issues of jtcarnes

Small MR to remove the mirror-server as it's no longer used.

Added entry to release notes about the recent addition to runtimeclass parameter in the helm chart.

Currently both frr metrics and reloader are being carried inside of speaker and copied over to other containers during the init process. This breaks container packaging, requires additional startup time...

Currently, FRR components for metrics and reloaded are packaged into speaker and are then copied out into other containers via initContainers. This requires speaker to have a shell and to...

Currently, the CI uses the custom inv commands, which are less optimized then the github helm actions. By switching to the helm actions, the CI becomes much easier to understand...

The current images are based on Alpine. While this is fine for being small, it is larger and has a larger attack surface than needed. Metallb is static go binaries....

Several updates to the helm chart: - Updated helm chart to use more standard parameters. - Updated generate yaml script to use the standard parameters - Added ability for user...

@Foltik glad to get a chance to do some work on the provider. There are a few things I wanted to ask about first before I work on the resources...

OpenSSL had some depreciation with it's 3.0 release that cause errors with the current build, specifically: ssl_openssl_impl.cpp:107:66: error: ‘long unsigned int ERR_get_error_line_data(const char**, int*, const char**, int*)’ is deprecated: Since...

CMake includes utilities to allow projects to neatly and easily include one another in their builds. In particular, CMake export targets allow users to easily import those targets in their...