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

On an already existing kubernetes cluster with kube-router successfully running in route reflector mode (`rr.server` annotation on 3 master nodes, `rr.client` annotation on all the workers), my workflow for joining...

enhancement
override-stale

Hi all. We have a cluster with external BGP peering (all routing performed by network hardware). We have some nodes which will work as load-balancers. LB's have 2 interfaces —...

enhancement
dual-homed use case

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is and what the feature provides. Currently, the kube-router supports to...

feature
dual-homed use case

Placeholder bug to incorporate/audit BGP features as per the best practices of running BGP in large data centers https://engineering.fb.com/2021/05/13/data-center-engineering/bgp/ https://datatracker.ietf.org/doc/html/rfc7938#page-22

feature

I created a desktop Kubernetes cluster v1.20.1 with three nodes running in VirtualBox VMs running CentOS 8 guests using bridged networking. I installed kube-router for networking using https://raw.githubusercontent.com/cloudnativelabs/kube-router/v1.1.1/daemonset/generic-kuberouter-all-features.yaml. I installed...

bug

**What happened?** In our environment, we have Cisco 9Ks as BGP RRs. While the gobgp RIB had the correct nexthop, the logs were filled with: ``` E0211 02:50:17.602793 1 network_routes_controller.go:418]...

bug

**What happened?** kube-router should support multiple subnet definitions in CNI conf. kube-router populated CIDR range from which host-local ipam allocated IP address for the pod. But `10-kube-router.conf` filed with signle...

bug

**Is your feature request related to a problem? Please describe.** https://kubernetes.io/docs/concepts/services-networking/network-policies/#sctp-support

feature
override-stale

Problem: In some restricted environments direct IP-IP connectivity between cluster nodes is not available. Solution: Add VXLAN or other encapsulation support to kube-router Alternatives considered: Switching CNI plugin to flannel

feature

Perfom AWS EC2 disable src-dst check on single node when we recieve node updates from API server. In the current implementation is attempts to disable for all the nodes, in...

enhancement
performance