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

**Is your feature request related to a problem? Please describe.** Node annotations and command-line flags for BGP peers do not currently work together. Instead they end up being mutually exclusive....

feature
override-stale

@mrueg / @manuelbuil Attempts to separate IP families within the different ipset handlers. This has likely been an issue since the first dual-stack implementation was contributed, but hasn't been discovered...

**What happened?** Hi. I am in the process of re-installing my homelab k8s cluster from scratch (it was outdated in many ways) and I had kube-router working, but I can't...

bug

**What happened?** Connected to a DSR service, and TCP connections did hang. **What did you expect to happen?** Expected to work as with v1.6.1 **How can we reproduce the behavior...

bug

**What happened?** When I deploy kube-router with all features (without kube-proxy) and I deploy traefik with hostNetwork=true, the pod can't reach https://10.96.0.1:443/versions with timeouts exception. **What did you expect to...

bug

**What happened?** A clear and concise description of what the bug is. We are using two ipsetHandlers, one for each ip protocol: * nsc.ipSetHandlers[v1.IPv4Protocol] * nsc.ipSetHandlers[v1.IPv6Protocol] These two ipSetHandlers are...

bug

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.29.3 to 0.30.0 Commits fb932d2 Update dependencies to v0.30.0 tag d014286 Merge remote-tracking branch 'origin/master'...

dependencies
go

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 25.0.5+incompatible to 26.1.1+incompatible. Release notes Sourced from github.com/docker/docker's releases. v26.1.1 26.1.1 For a full list of pull requests and changes in this release, refer to the relevant...

dependencies
go

This allows VIPs to be shared between services. Fixes #1671

**Describe the solution you'd like** Currently there is a possibilty to globally enable hairpin mode for all services in kube-router using `--hairpin-mode`, but it only works for ClusterIPs . It...

feature