Jaime Caamaño Ruiz
Jaime Caamaño Ruiz
Add API & feature gate to control the deployment of components that provide additional routing capabilities. MetalLB operator and OVN-K route advertisements feature will rely on this API. Add API...
The network manager running within the NAD controller will, upon ensuring a network, fetch the VRFs per node a pod network is being leaked/advertised to from the applicable route advertisements...
If the default network is advertised, inhibit: - pod IP to node IP SNAT on egress in LGW mode - source IP to managament port IP SNAT on ingress (through...
Generate CRD, add corresponding CLI flag, factory scaffolding and respective deployment support in kind and helm charts.
### Which jobs are flaking? [e2e (external-gateway, noHA, shared, ipv4, noSnatGW, 2br, ic-single-node-zones)](https://github.com/ovn-org/ovn-kubernetes/actions/runs/9461898340/job/26064881251#logs) ### Which tests are flaking? [FAIL] External Gateway With Admin Policy Based External Route CRs e2e multiple...
### Which jobs are flaking? ovn-ci / e2e (external-gateway, noHA, shared, ipv4, noSnatGW, 2br, ic-single-node-zones): https://github.com/ovn-org/ovn-kubernetes/actions/runs/9667215971/job/26703057307?pr=4461 ### Which tests are flaking? [FAIL] External Gateway With Admin Policy Based External Route...
For go-controller: go get k8s.io/[email protected] go get k8s.io/[email protected] go get k8s.io/[email protected] go get k8s.io/[email protected] go get k8s.io/[email protected] go get k8s.io/[email protected] go get k8s.io/[email protected] go get sigs.k8s.io/[email protected] go mod vendor &&...
Reconciles RouteAdvertisements in cluster manager. For each selected FRRConfiguration and node, another FRRConfiguration might be generated: * If pod network advertisements are enabled, the generated FRRConfiguration will announce from the...
… gate Promoting the feature gate as the deployed daemonset is being used by metallb and covered by MetalLB tests.