kube-router icon indicating copy to clipboard operation
kube-router copied to clipboard

Kube-router, a turnkey solution for Kubernetes networking.

Results 93 kube-router issues
Sort by recently updated
recently updated
newest added

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...

dependencies
go

## 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...

feature

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...

override-stale

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...

override-stale

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...

override-stale

## 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...

bug

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...

dependencies
go

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...

dependencies
go

Bumps google.golang.org/protobuf from 1.34.2 to 1.35.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.34.2&new-version=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...

dependencies
go

## 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...

bug