Paul Michali

Results 10 comments of Paul Michali

As a follow-up to issue #470 I've changed the address family temporarily and hit a few more issues/concerns/unexpected items, and figured I'd document them here FYI. First, I started with...

On the first issue, in syncNodeIPSets() I tried ensuring that the Create() call would specify that the IP family is IPv6. However, I found that the Create() method was not...

Here are some additional things that I see with the current kube-router code... - The docker image has iptables, but not ip6tables - In controllers/routing/pbr.go it uses ip commands, but...

I have not been able to figure out how to pass the right arguments for the local listen addresses to the go routine that starts goBGP, when operating in IPv6...

This part of the conversation will track individual tasks/work streams for the effort. - [ ] Program the IPv6 address and default route for a pod created under a dual-stack...

@gkvijay Right, but even with L2, when IPv6 is selected, no IPv6 is set up in the pod and no default route is created (like is done for V4). That...

Can we get this overall issue (or the checkbox items) prioritized?

FYI, I tried the patch and hit the same issue of 'first_kube_control_plane' not defined. I did this "hack" and was able to get this to work in a bare-metal, off-prem...

> > FYI, I tried the patch and hit the same issue of 'first_kube_control_plane' not defined. I did this "hack" and was able to get this to work in a...

@sathieu FYI, I tried the latest patch on a 3 control plane/4 worker node on-prem k8s 1.29.5 cluster using Kubespray (2 week old pull of master branch, post 2.25.0) and...