Arnab Ghosh
Arnab Ghosh
This PR is to remove any iptables rules which were created based on config.Gateway.DisableForwarding set to true and later it was changed to false. This PR also ensures forwarding sysctl...
**- What this PR does and why is it needed** This e2e test verifies whether 'k8s.ovn.org/gateway-mtu-support' annotation is being added to all nodes and being set to 'false' when `disable-pkt-mtu-check`...
#### What this PR does and why is it needed This is to validate whether POD and join subnet mentioned in a net-attach-def with topology "layer2" and "layer3" does not...
Join and transit switch subnets can be configured at day 2 now and this commit is to modify api description for InternalJoinSubnet and InternalTransitSwitchSubnet to reflect recent changes.
This PR removes logical router static routes with stale IPs when join or transit switch IP gets changed as part of day 2 operation. ip4.dst == 10.244.0.0/24 , nexthop =...
While multiple nodes gets same chassis id, POD to POD connectivity between newly added node and all other existing nodes gets impacted due to several missing OVN flows and OpenFlows....
### What happened? Below LRSR from default cluster router is being deleted upon ovnkube-controller restart while using in interconnect mode. Reproduced on a kind cluster build from latest master branch....
This commit is to add couple of ValidatingAdmissionPolicy to take care of following conditions: - k8s.ovn.org/egressip-mark annotation should not be added while creating an EgressIP. - A regular user should...
This commit is to add a validation webhook for EgressIP with following objectives: - Fail validation if a new EgressIP custom resource contains k8s.ovn.org/egressip-mark annotation. - Fail validation if k8s.ovn.org/egressip-mark...