You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the following capabilities to the Multi-cluster feature:
Add support for Pod-to-Pod connectivity across clusters. (#4219, @hjiajing)
Add active-passive mode high availability support for Gateway Nodes. (#4069, @luolanzone)
Allow Pod IPs as Endpoints of Multi-cluster Service; option endpointIPType is added to the Multi-cluster Controller ConfigMap to specify the Service Endpoints type. (#4198, @luolanzone)
Add antctl mc get joinconfig command to print ClusterSet join parameters. (#4299, @jianjuns)
Add antctl mc get|delete membertoken commands to get/delete member token. (#4254, @bangqipropel)
Add rule name to Audit Logging for Antrea-native policies. (#4178, @qiyueyao)
Add Service health check similar to kube-proxy in antrea-agent; it provides HTTP endpoints <nodeIP>:<healthCheckNodePort>/healthz for querying number of local Endpoints of a Service. (#4120, @shettyg)
Add S3Uploader as a new exporter of Flow Aggregator, which periodically exports expired flow records to AWS S3 storage bucket. (#4143, @heanlan)
Add scripts and binaries needed for running Antrea on non-Kubernetes Nodes (ExternalNode) in release assets. (#4266#4113, @antoninbas@Anandkumar26)
Changed
AntreaProxy now supports more than 800 Endpoints for a Service. (#4167, @hongliangl)
Add OVS connection check to Agent's liveness probes for self-healing on OVS disconnection. (#4126, @tnqn)
antrea-agent startup scripts now perform cleanup automatically on non-Kubernetes Nodes (ExternalNode) upon Node restart. (#4277, @Anandkumar26)
Make tunnel csum option configurable and default to false which avoids double encapsulation checksum issues on some platforms. (#4250, @tnqn)
Use standard value type for k8s.v1.cni.cncf.io/networks annotation for the SecondaryNetwork feature. (#4146, @antoninbas)