What's Next¶
This document lists the features merged into the master branch for the next minor release.
Post-v1.14.0¶
- Performace: skip conntrack for specific dst CIDRs. #5821
- NetworkPolicy supports
laxmode which only deny traffic type of TCP, UDP and SCTP. That means ARP, ICMP and DHCP traffic are alaways allowed. #5745 - Remove internal-port type interface code. #5794
- IPPool
AdminNetworkPolicynow supports specify egress peers using FQDNs. #5703- Using ARP for IPv4 network ready check: now you don't need ACL allow rules for gateway to make Pod running. #5716
- Non-primary CNI mode: you can run Kube-OVN as the secondary only network, without annoying unused annotations and logical switch port allocations. #5618
- VPC NAT Gateway:
- No default EIP mode: the secondary interface can initialize without a default EIP to avoid the waste. #5605
- Custom routes: you can control the route rules within the vpc-nat-gateway Pods to control traffic paths. #5608
- Gratuitous ARP: VPC NAT Gateway automatically sends gratuitous ARP packets during initialization to accelerate network convergence. #5607
- Healthchecks for static endpoints in
SwitchLBRules: SLR with both selector or endpoints key can support healthchecks. #5435 - Underlay
- Adding
pod_nameandpod_namespacelabels to interface metrics. #5463 - IPSec
- kubectl-ko
- NetworkAttachment caching: reduce APIServer load in large-scale deployments with Multus. #5386
- Upgrade
OVSto 3.5 andOVNto 25.03. #5537