kube-router
kube-router copied to clipboard
Kube-router, a turnkey solution for Kubernetes networking.
Bumps the k8s-dependencies group with 4 updates: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery), [k8s.io/client-go](https://github.com/kubernetes/client-go) and [k8s.io/cri-api](https://github.com/kubernetes/cri-api). Updates `k8s.io/api` from 0.30.3 to 0.31.0 Commits 2df39ff Update dependencies to v0.31.0 tag 382a091 update codegen and openapi...
## Is your feature request related to a problem? Please describe I've setup DSR following the guide, mounting crio.sock directly. Howewer, with this setup, if crio is restarted in the...
Hey there! As you may or may not know, kube-router essentially only has two active maintainers right now, @mrueg and myself. Many of the older maintainers of this project have...
Not making direct exec calls to user binary interfaces has long been a principle of kube-router. When kube-router was first coded, the netlink library was missing significant features that forced...
This PR is still very early and is not fully implemented, but I wanted to start to get some feedback going on the direction of this before I got too...
## 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...
Bumps the k8s-dependencies group with 3 updates in the / directory: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/client-go](https://github.com/kubernetes/client-go) and [k8s.io/cri-api](https://github.com/kubernetes/cri-api). Updates `k8s.io/api` from 0.30.3 to 0.31.1 Commits eb5129b Update dependencies to v0.31.1 tag 46f6230 Merge...
Bumps [github.com/osrg/gobgp/v3](https://github.com/osrg/gobgp) from 3.29.0 to 3.30.0. Release notes Sourced from github.com/osrg/gobgp/v3's releases. v3.30.0 Changelog 313096d827890ffb93c5fff6aea30f898ebd7583 v3.30.0 18cc44dfb6899cd90b6445f51ea106325605b6ba replacing hardcoded IP 0.0.0.0 with netip.IPv4Unspecified() call 832b2d99c7de2a5461e3028ed56aec1c8b59ad14 Use configured local address over...
Bumps google.golang.org/protobuf from 1.34.2 to 1.35.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
## What happened? I am observing a race condition between the `NetworkPolicyController` and the `NetworkServicesController` when updating IPVS entries. The scenario is as follow: - There is a service that...