What's Next¶
This document lists the features merged into the master branch for the next minor release.
Post-v1.14.0¶
AdminNetworkPolicy
now 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:
- 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
- Node Selectors for
ProviderNetwork
: instead of adding/removing nodes to theProviderNetwork
one by one, you can use node selectors to simplify the workflow. #5518 - Different
NetworkProvider
s can now share the same VLAN. #5471 - Adding
pod_name
andpod_namespace
labels to interface metrics. #5463 - IPSec
- Support
cert-manager
to issue certificates. #5365 - Request new certificate if current certificate is not trusted. #5710
- kubectl-ko
- Collect IPSec and xFRM information. #5472
- Replace
Endpoint
withEndpointSlice
. #5425 - NetworkAttachment caching: reduce APIServer load in large-scale deployments with Multus. #5386
- Upgrade
OVS
to 3.5 andOVN
to 25.03. #5537