Aaron U'Ren
Aaron U'Ren
## What happened? Over time, it appears that kube-router hits conditions where it will keep BGP routes that have since been withdrawn. This likely happens because [route_sync.go](https://github.com/cloudnativelabs/kube-router/blob/master/pkg/controllers/routing/route_sync.go#L13) contains its own...
## What happened? Related to: https://github.com/cloudnativelabs/kube-router/pull/1745#discussion_r1791606061, the current code looks like: ```go func GenerateTunnelName(nodeIP string) string { // remove dots from an IPv4 address strippedIP := strings.ReplaceAll(nodeIP, ".", "") //...
First off, thanks so much for your work on this project. I've been a long-time (about a year now) user of Jelu. As someone that really wants to track books...
Adds a starting point for users of docker compose. I also tried to match up against the example from the Kubernetes daemonset: https://github.com/prometheus-community/systemd_exporter/blob/main/examples/kubernetes/daemonset.yaml Related to #77
## What happened? When you have the following conditions: * LoadBalancer Service with DSR enabled (`kube-router.io/service.dsr: tunnel`) and a cluster traffic policy * kube-router nodes either in a different subnet...
Since version v0.11.0+ `require 'lspconfig'` no longer works see: https://github.com/neovim/neovim/discussions/35942 or `:help lspconfig-nvim-0.11` in the editor. This adds a more current example of how to accomplish the same configuration.